summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Force braces around leaf 'else if' for consistency.Samuel Benzaquen2015-06-041-0/+13
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-113-16/+16
* Force braces on the else branch if they are being added to the if branch.Samuel Benzaquen2015-03-312-5/+27
* Fix false positive on anonymous namespaces in headers.Samuel Benzaquen2015-03-241-0/+4
* Add clangBasic to libdeps according to r232051 since the interface of ASTMatc...NAKAMURA Takumi2015-03-131-0/+1
* [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC.Alexander Kornienko2015-03-091-3/+3
* [clang-tidy] Slighly clarified a comment.Alexander Kornienko2015-03-051-1/+2
* [clang-tidy] Replace unrecognized namespace ending comments.Alexander Kornienko2015-03-051-5/+5
* [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy...Alexander Kornienko2015-03-051-0/+2
* clang-tidy: Update test as underlying problem apparently was fixed.Daniel Jasper2015-03-021-2/+1
* [clang-tidy] Refactor: Move llvm clang-tidy checks to namespace clang::tidy::...Alexander Kornienko2015-03-021-0/+2
* [clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::...Alexander Kornienko2015-03-021-0/+2
* [clang-tidy] Organized clang-tidy unit tests. NFC.Alexander Kornienko2015-03-024-338/+333
* Revert "Adapt clang-tools-extra to clang module format changes."Adrian Prantl2015-02-255-15/+10
* Adapt clang-tools-extra to clang module format changes.Adrian Prantl2015-02-255-10/+15
* Revert "Adapt Makefile dependencies for the clang module format change in r23...Adrian Prantl2015-02-215-17/+15
* Adapt Makefile dependencies for the clang module format change in r230089.Adrian Prantl2015-02-205-15/+17
* Add clang-tidy check google-global-names-in-headers.Samuel Benzaquen2015-02-111-0/+46
* [cleanup] Re-sort the #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-3/+3
* [CMake] Prune redundant libdeps.NAKAMURA Takumi2014-10-301-1/+0
* [CMake] Add dependencies on clangToolingCore.NAKAMURA Takumi2014-10-303-0/+3
* Fix Makefiles after r220867.Daniel Jasper2014-10-293-10/+13
* Prune CRLF.NAKAMURA Takumi2014-10-271-97/+97
* [clang-tidy] Bring order to check registration.Alexander Kornienko2014-10-262-4/+4
* [clang-tidy] Minor fixes for the NamespaceCommentCheck.Alexander Kornienko2014-10-161-0/+8
* Fix llvm-header-guard check.Alexander Kornienko2014-10-151-3/+13
* Reformatted code samples in the unit test. No functional changes.Alexander Kornienko2014-10-151-64/+111
* [clang-tidy] Move some of the misc checks to readability/Alexander Kornienko2014-10-151-1/+4
* Re-structure clang-rename into a library and the tool.Manuel Klimek2014-10-132-6/+7
* Small cleanups from review comments.Manuel Klimek2014-10-091-5/+3
* Make clang-tidy's runCheckOnCode actually use the DiagnosticConsumer.Manuel Klimek2014-10-072-19/+27
* [clang-tidy] Add check misc-braces-around-statements.Alexander Kornienko2014-10-021-0/+329
* Provide user name in ClangTidyOptions.Alexander Kornienko2014-09-241-9/+10
* ClangTidyTests: Add dependency on clangTidyUtils.NAKAMURA Takumi2014-09-231-0/+1
* Add NamespaceCommentCheck to the Google module.Alexander Kornienko2014-09-224-80/+95
* ClangRenameTests: Prune redundant libdeps.NAKAMURA Takumi2014-09-221-10/+0
* Add newline at eof.NAKAMURA Takumi2014-09-221-1/+1
* Rename unit test argument and add argument comments for clarity.Benjamin Kramer2014-09-171-19/+28
* [clang-tidy] When emitting header guard fixes bundle all fix-its into oneBenjamin Kramer2014-09-161-11/+17
* Implemented clang-tidy-check-specific options.Alexander Kornienko2014-09-123-5/+7
* [clang-tidy] Don't try to fix header guard #endif comments if there are escapedBenjamin Kramer2014-09-101-0/+14
* Plug a unit test memory leak.Benjamin Kramer2014-09-041-1/+2
* Implemented clang-tidy configurability via .clang-tidy files.Alexander Kornienko2014-09-042-5/+7
* Update for Clang API change.David Blaikie2014-08-271-1/+1
* Update for LLVM api change.Rafael Espindola2014-08-271-2/+3
* [clang-tidy] If we're going to change the header guard in the #endif commentBenjamin Kramer2014-08-261-0/+14
* [clang-tidy] Allow /**/ comments on #endifs when checking header guards.Benjamin Kramer2014-08-201-0/+30
* Revert rL215947: "[clang-rename] revert r215839"Manuel Klimek2014-08-204-0/+142
* [clang-rename] revert r215839Gerolf Hoflehner2014-08-184-142/+0
* Revert r215854 corresponding to r215857, "Suppress ClangRenameTests/USRLocFin...NAKAMURA Takumi2014-08-171-2/+1
OpenPOWER on IntegriCloud