summaryrefslogtreecommitdiffstats
path: root/unittests/clang-tidy/IncludeInserterTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko2019-03-221-6/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* Correctly classify main file includes if there is a prefix addedAlexander Kornienko2017-01-121-0/+83
* Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko2016-12-131-1/+1
* [clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron2016-05-031-4/+5
* Fix Clang-tidy modernize-use-override warning in unittests/clang-tidy/Include...Eugene Zelenko2016-01-261-2/+1
* Revert "Apply modernize-use-default to clang-tools-extra."David Blaikie2015-10-201-1/+1
* Apply modernize-use-default to clang-tools-extra.Angel Garcia Gomez2015-10-201-1/+1
* Remove empty destructors added in r245500. I got confused by myDaniel Jasper2015-08-191-4/+0
* Fix IncludeInserter to allow for more than one added header per file.Daniel Jasper2015-08-191-46/+83
* [clang-tidy] Move IncludeSorter.* and IncludeInserter.* to clang-tidy/utils/Alexander Kornienko2015-08-141-1/+1
* [clang-tidy] Don't use delegating constructors.Alexander Kornienko2015-08-141-2/+3
* [clang-tidy] Fix IncludeInserter/IncludeSorter bug.Alexander Kornienko2015-08-141-0/+73
* 1. Disable tests that currently cannot work on windows due to missing path ca...Manuel Klimek2015-08-111-33/+45
* Do not use inheriting constructors.Manuel Klimek2015-08-111-3/+6
* Add an IncludeInserter to clang-tidy.Manuel Klimek2015-08-111-0/+407