index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
unittests
/
clang-tidy
/
IncludeInserterTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[clang-tidy] Move all checks to the new registerPPCallbacks API
Alexander Kornienko
2019-03-22
1
-6
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Correctly classify main file includes if there is a prefix added
Alexander Kornienko
2017-01-12
1
-0
/
+83
*
Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}
Alexander Kornienko
2016-12-13
1
-1
/
+1
*
[clang-tidy] Cleanup namespace in utils folder.
Etienne Bergeron
2016-05-03
1
-4
/
+5
*
Fix Clang-tidy modernize-use-override warning in unittests/clang-tidy/Include...
Eugene Zelenko
2016-01-26
1
-2
/
+1
*
Revert "Apply modernize-use-default to clang-tools-extra."
David Blaikie
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang-tools-extra.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Remove empty destructors added in r245500. I got confused by my
Daniel Jasper
2015-08-19
1
-4
/
+0
*
Fix IncludeInserter to allow for more than one added header per file.
Daniel Jasper
2015-08-19
1
-46
/
+83
*
[clang-tidy] Move IncludeSorter.* and IncludeInserter.* to clang-tidy/utils/
Alexander Kornienko
2015-08-14
1
-1
/
+1
*
[clang-tidy] Don't use delegating constructors.
Alexander Kornienko
2015-08-14
1
-2
/
+3
*
[clang-tidy] Fix IncludeInserter/IncludeSorter bug.
Alexander Kornienko
2015-08-14
1
-0
/
+73
*
1. Disable tests that currently cannot work on windows due to missing path ca...
Manuel Klimek
2015-08-11
1
-33
/
+45
*
Do not use inheriting constructors.
Manuel Klimek
2015-08-11
1
-3
/
+6
*
Add an IncludeInserter to clang-tidy.
Manuel Klimek
2015-08-11
1
-0
/
+407