aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-01Backport r254081 from trunk: Fix problem with Clang-tidy parallel configure b...release_37Eugene Zelenko
2015-11-14Merging r247890:Tom Stellard
2015-08-12Merging r244001:Hans Wennborg
2015-07-14Creating release_37 branch off revision 242221Hans Wennborg
2015-07-10Added mechanism to modularize for doing a compilation precheckJohn Thompson
2015-07-08Fixed line-endings.John Thompson
2015-07-08Fixed erroneous comments.John Thompson
2015-07-08Fixed erroneous comment.John Thompson
2015-07-03Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...Yaron Keren
2015-07-03Replace some const std::string & with llvm::StringRef or std::stringYaron Keren
2015-07-02[clang-tidy] Enhance clang-tidy misc-macro-repeated-side-effects...Daniel Marjamaki
2015-07-01[clang-tidy] minor coding style tweak. make functions static.Daniel Marjamaki
2015-07-01[clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr...Alexander Kornienko
2015-06-29[clang-tidy] Fix false positives in the macro parentheses checkerDaniel Marjamaki
2015-06-23[clang-tidy] Fix false positives in misc-macro-parentheses checkerDaniel Marjamaki
2015-06-22Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie
2015-06-21Update for ParseARgs ArrayRef-ificationDavid Blaikie
2015-06-20Add missing dependency clangFrontend to clangQuery.Adrian Prantl
2015-06-20Add missing dependency clangFrontend to unit test.Adrian Prantl
2015-06-18clang-tidy: Remove an unused private field. NFCJustin Bogner
2015-06-17clang-tidy: Add checker that warn when macro argument with side effects is re...Daniel Marjamaki
2015-06-17[clang-tidy] Move user-defined matches to unnamed namespaces to prevent ODR v...Alexander Kornienko
2015-06-16clang-tidy: Add checker that warns about missing parentheses in macrosDaniel Marjamaki
2015-06-04Fixed modularize to warn about missing headers referenced in a module map.John Thompson
2015-06-04[clang-tidy] Force braces around leaf 'else if' for consistency.Samuel Benzaquen
2015-06-04Fixed option description. '=' is required.John Thompson
2015-06-04Fixed option comment. '=' is required.John Thompson
2015-06-01Update for clang API change.Rafael Espindola
2015-05-29[clang-tidy] Fix for llvm.org/PR23355Szabolcs Sipos
2015-05-27[clang-tidy] Renamed misc-noexcept-move-ctors to misc-noexcept-move-constructorAlexander Kornienko
2015-05-26[clang-tidy] misc-noexcept-move-ctors should ignore implicit constructors and...Alexander Kornienko
2015-05-26[clang-tidy] Don't issue most google-readability-casting warnings on .c files...Alexander Kornienko
2015-05-23[clang-tidy] Fix for llvm.org/PR23572Szabolcs Sipos
2015-05-22Add a clang-tidy check for move constructors/assignment ops without noexcept.Alexander Kornienko
2015-05-21[clang-tidy] Disable google-readability-casting for .c files and their headers.Alexander Kornienko
2015-05-20Copy lit shell changes from clang to clang-tools-extra, excluding some failin...Reid Kleckner
2015-05-18docs: Spell a couple of cmake options with =ON in the docsJustin Bogner
2015-05-17[clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr check...Alexander Kornienko
2015-05-16Update to match clang r237508.Richard Smith
2015-05-12[clang-tidy] Treat all types with non-trivial destructors as RAII.Alexander Kornienko
2015-05-12Fix misleading parameter name for PPCallbacks::FileSkipped.Nikola Smiljanic
2015-05-11Refactor MacroInfo so range for loops can be used to iterate its tokens.Daniel Marjamaki
2015-05-08[clang-tidy] Fix for llvm.org/PR23161Szabolcs Sipos
2015-05-06Changed option processing to implicitly use -x c++ if no other -x option spec...John Thompson
2015-05-06Fixed infinite recursion bug.John Thompson
2015-05-04Update to match clang r236404.Richard Smith
2015-05-01Revert r236001, "Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp...NAKAMURA Takumi
2015-04-28Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp on win32 for now...NAKAMURA Takumi
2015-04-27clang-tidy: [readability-else-after-return] Fix false positive. ThisDaniel Jasper
2015-04-23Fix clang-tools-extra build after clang r235614.Richard Smith