summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Backport r254081 from trunk: Fix problem with Clang-tidy parallel configure b...upstream/release_37Eugene Zelenko2015-12-011-2/+2
* Merging r247890:Tom Stellard2015-11-142-0/+21
* Merging r244001:Hans Wennborg2015-08-121-2/+2
* Creating release_37 branch off revision 242221Hans Wennborg2015-07-140-0/+0
* Added mechanism to modularize for doing a compilation precheckJohn Thompson2015-07-1012-37/+403
* Fixed line-endings.John Thompson2015-07-082-40/+40
* Fixed erroneous comments.John Thompson2015-07-081-5/+1
* Fixed erroneous comment.John Thompson2015-07-081-1/+1
* Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...Yaron Keren2015-07-036-14/+17
* Replace some const std::string & with llvm::StringRef or std::stringYaron Keren2015-07-036-17/+14
* [clang-tidy] Enhance clang-tidy misc-macro-repeated-side-effects...Daniel Marjamaki2015-07-022-31/+81
* [clang-tidy] minor coding style tweak. make functions static.Daniel Marjamaki2015-07-011-5/+5
* [clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr...Alexander Kornienko2015-07-014-42/+630
* [clang-tidy] Fix false positives in the macro parentheses checkerDaniel Marjamaki2015-06-292-2/+14
* [clang-tidy] Fix false positives in misc-macro-parentheses checkerDaniel Marjamaki2015-06-232-3/+5
* Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie2015-06-221-3/+3
* Update for ParseARgs ArrayRef-ificationDavid Blaikie2015-06-211-3/+2
* Add missing dependency clangFrontend to clangQuery.Adrian Prantl2015-06-201-0/+1
* Add missing dependency clangFrontend to unit test.Adrian Prantl2015-06-201-0/+1
* clang-tidy: Remove an unused private field. NFCJustin Bogner2015-06-181-5/+3
* clang-tidy: Add checker that warn when macro argument with side effects is re...Daniel Marjamaki2015-06-175-0/+263
* [clang-tidy] Move user-defined matches to unnamed namespaces to prevent ODR v...Alexander Kornienko2015-06-178-29/+25
* clang-tidy: Add checker that warns about missing parentheses in macrosDaniel Marjamaki2015-06-165-0/+274
* Fixed modularize to warn about missing headers referenced in a module map.John Thompson2015-06-047-7/+42
* [clang-tidy] Force braces around leaf 'else if' for consistency.Samuel Benzaquen2015-06-043-5/+27
* Fixed option description. '=' is required.John Thompson2015-06-041-1/+1
* Fixed option comment. '=' is required.John Thompson2015-06-041-5/+6
* Update for clang API change.Rafael Espindola2015-06-012-9/+8
* [clang-tidy] Fix for llvm.org/PR23355Szabolcs Sipos2015-05-294-7/+31
* [clang-tidy] Renamed misc-noexcept-move-ctors to misc-noexcept-move-constructorAlexander Kornienko2015-05-275-17/+18
* [clang-tidy] misc-noexcept-move-ctors should ignore implicit constructors and...Alexander Kornienko2015-05-263-4/+13
* [clang-tidy] Don't issue most google-readability-casting warnings on .c files...Alexander Kornienko2015-05-262-8/+22
* [clang-tidy] Fix for llvm.org/PR23572Szabolcs Sipos2015-05-232-1/+9
* Add a clang-tidy check for move constructors/assignment ops without noexcept.Alexander Kornienko2015-05-225-0/+143
* [clang-tidy] Disable google-readability-casting for .c files and their headers.Alexander Kornienko2015-05-214-0/+13
* Copy lit shell changes from clang to clang-tools-extra, excluding some failin...Reid Kleckner2015-05-202-3/+18
* docs: Spell a couple of cmake options with =ON in the docsJustin Bogner2015-05-182-4/+4
* [clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr check...Alexander Kornienko2015-05-175-16/+175
* Update to match clang r237508.Richard Smith2015-05-162-4/+4
* [clang-tidy] Treat all types with non-trivial destructors as RAII.Alexander Kornienko2015-05-122-3/+11
* Fix misleading parameter name for PPCallbacks::FileSkipped.Nikola Smiljanic2015-05-122-3/+3
* Refactor MacroInfo so range for loops can be used to iterate its tokens.Daniel Marjamaki2015-05-111-4/+3
* [clang-tidy] Fix for llvm.org/PR23161Szabolcs Sipos2015-05-082-1/+7
* Changed option processing to implicitly use -x c++ if no other -x option spec...John Thompson2015-05-062-7/+16
* Fixed infinite recursion bug.John Thompson2015-05-061-1/+1
* Update to match clang r236404.Richard Smith2015-05-047-49/+69
* Revert r236001, "Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp...NAKAMURA Takumi2015-05-011-3/+0
* Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp on win32 for now...NAKAMURA Takumi2015-04-281-0/+3
* clang-tidy: [readability-else-after-return] Fix false positive. ThisDaniel Jasper2015-04-272-3/+12
* Fix clang-tools-extra build after clang r235614.Richard Smith2015-04-231-1/+1