summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-18Android patch for clang-tools-extralinaro-master-clangMinSeong Kim
2016-05-25Fix Android Makefiles for rebase to r264688.Stephen Hines
2016-05-24Merge commit '3b802fd369c2ede111f80294c6658e2067f788c3' into rebaseStephen Hines
2016-04-18Merge changes from topic 'first_import_clang_tidy' into devChih-hung Hsieh
2016-04-14Add MODULE_LICENSE_BSD_LIKE and NOTICE.Chih-Hung Hsieh
2016-04-14Add Android.mk files to build clang-tidy.Chih-Hung Hsieh
2016-04-13Merge upstream SHA '5945d59'.Chih-Hung Hsieh
2016-04-13Add README.version for external/clang-tools-extra.Chih-Hung Hsieh
2016-04-12Initial empty repositoryHEADmastermainBill Rassieur
2016-03-28clang-tidy: Fix broken buildbotRichard Thomson
2016-03-27clang-tidy: Add check modernize-raw-string-literalRichard Thomson
2016-03-27Add clang-tools-extra release notesRichard Thomson
2016-03-253rd attempt of fixup with -std=c++11NAKAMURA Takumi
2016-03-25Fixup -- "-target x86_64-unknown -fno-ms-compatibility" didn't work as expected.NAKAMURA Takumi
2016-03-25clang-tools-extra/test/clang-tidy/readability-redundant-string-cstr.cpp: Appe...NAKAMURA Takumi
2016-03-24[clang-tidy] Add support for different char-types for the readability-redunda...Etienne Bergeron
2016-03-24[clang-tidy] misc-assign-operator-signature checker checks return value of al...Gabor Horvath
2016-03-23Add check for unneeded copies of localsHaojian Wu
2016-03-22[clang-tidy] Fix broken test with redundant string init (msvc).Etienne Bergeron
2016-03-22[clang-tidy] Fix redundant-string-cstr check with msvc 14 headers.Etienne Bergeron
2016-03-22[clang-tidy] Skip reporting of not applicable fixes.Etienne Bergeron
2016-03-22[clang-tidy] Fix redundant-string-init check with msvc 14 headers.Etienne Bergeron
2016-03-22Moving files that were placed in the wrong directory from r264049.Aaron Ballman
2016-03-22Fix crashes from delayed template parsing code that assumed getBody() would r...Aaron Ballman
2016-03-21Fixed some cases in the modularize assistant mode where header file names did...John Thompson
2016-03-21[clang-tidy] Fix check broken in rL263822.Samuel Benzaquen
2016-03-20[clang-tidy] Update check for API change in r263895.Benjamin Kramer
2016-03-18[clang-tidy] Use hasAnyName() instead of matchesName().Samuel Benzaquen
2016-03-17Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.Eugene Zelenko
2016-03-14[clang-tidy] Fix "Name is not a simple identifier" assertion in `modernize-lo...Haojian Wu
2016-03-11[clang-tidy] Make 'modernize-use-nullptr' check ignores NULL marcos used in o...Haojian Wu
2016-03-06[docs] Clean up doxygen comments a bit.Alexander Kornienko
2016-03-05[clang-tidy] Extend UnnecessaryCopyInitialization check to trigger on non-con...Felix Berger
2016-03-04[clang-tidy] Make 'modernize-use-nullptr' check work on multiple nested impli...Haojian Wu
2016-03-03fix some minor typos in the docSylvestre Ledru
2016-03-03Fix two minor syntax issues in the documentationSylvestre Ledru
2016-03-03[clang-tidy] Improve the robustness of a test.Gabor Horvath
2016-03-03[clang-tidy] Do not emit warnings from misc-suspicious-semicolon when the com...Gabor Horvath
2016-03-03[docs] Fix docs to work with doxygen 1.8.11Alexander Kornienko
2016-03-03[clang-tidy] Documentation fixes.Gabor Horvath
2016-03-03[clang-tidy] Add "clang-tidy as a clang plugin" skeleton.Benjamin Kramer
2016-03-02[clang-tidy] Fix an assertion failure of "SLocEntry::getExpansion()" when Inc...Haojian Wu
2016-03-02[clang-tidy] Make 'modernize-pass-by-value' fix work on header files.Haojian Wu
2016-02-29IdentifierNamingCheck.cpp: try to fix MSVC buildHans Wennborg
2016-02-26[clang-tidy] Fix an assertion failure in `modernize-use-nullptr` check.Haojian Wu
2016-02-26[clang-tidy] Minor change in the docAlexander Kornienko
2016-02-26[clang-tidy] Fix a crash issue when clang-tidy runs with compilation database.Haojian Wu
2016-02-25Remove a blank line at EOF. NFCAlexander Kornienko
2016-02-25Add a new check, readability-redundant-string-init, that checks unnecessary s...Alexander Kornienko
2016-02-25Revert r261814, "check-clang-tools: Introduce the feature target-headers", co...NAKAMURA Takumi