summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* Move an extra switch to clang-tools-extra/test/clang-tidy/misc-unused-paramet...NAKAMURA Takumi2015-07-282-3/+2
* misc-unused-parameters: Only remove parameters in the main source file.Daniel Jasper2015-07-282-2/+10
* misc-unused-parameters: Properly handle static class members.Daniel Jasper2015-07-282-3/+10
* [clang-tidy] Set current main file name in tests.Alexander Kornienko2015-07-271-0/+1
* Trying again to a failing test the bots found with r243266.Aaron Ballman2015-07-271-3/+3
* Fixing a failing test the bots found with r243266.Aaron Ballman2015-07-271-1/+1
* misc-unused-parameters: Don't warn on ParmVarDecls in the return type.Daniel Jasper2015-07-273-16/+28
* Updating the documentation for clang-tidy. Removes some non-ASCII characters ...Aaron Ballman2015-07-272-19/+19
* [clang-tidy] Don't duplicate the leading slash.Alexander Kornienko2015-07-271-1/+1
* misc-unused-parameters: Fix bug where the check was looking atDaniel Jasper2015-07-232-2/+6
* Fix the shell script check_clang_tidy.sh in r242984.NAKAMURA Takumi2015-07-231-2/+1
* Appease test/clang-tidy/misc-unused-parameters.cpp for targeting *-win32, to ...NAKAMURA Takumi2015-07-231-0/+2
* misc-unused-parameters: Fix handling of parameters in template functions.Daniel Jasper2015-07-222-2/+13
* Extend misc-unused-parameters to delete parameters of local functions.Daniel Jasper2015-07-202-3/+134
* Initial version of clang-tidy check to find and fix unused parameters.Daniel Jasper2015-07-205-0/+100
* [clang-modernize] Don't rely on iterator auto-dereferencing.Benjamin Kramer2015-07-181-1/+1
* docs/conf.py: bump version to 3.8Hans Wennborg2015-07-141-2/+2
* 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
OpenPOWER on IntegriCloud