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
/
clang-tidy
/
misc
/
UnusedAliasDeclsCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
[clang-tidy] Cleaning up language options.
Gabor Horvath
2016-09-24
1
-1
/
+1
*
[clang-tidy] Cleaning namespaces to be more consistant across checkers.
Etienne Bergeron
2016-05-02
1
-0
/
+2
*
[clang-tidy] Remove unnecessary getName() on Decls and Types feeding into a D...
Benjamin Kramer
2016-04-07
1
-3
/
+2
*
Using an early return as it is more clear; NFC.
Aaron Ballman
2015-08-31
1
-7
/
+8
*
Updated to make use of the AST matcher instead of a custom matcher; NFC.
Aaron Ballman
2015-08-28
1
-4
/
+0
*
Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the ...
Aaron Ballman
2015-08-28
1
-5
/
+9
*
[clang-tidy] Improve the misc-unused-alias-decl message
Alexander Kornienko
2015-08-03
1
-2
/
+3
*
Replace callback-if with isExpansionInMainFile as suggested in post
Daniel Jasper
2015-08-03
1
-6
/
+4
*
Add misc-unused-alias-decls check that currently finds unused namespace
Daniel Jasper
2015-07-31
1
-0
/
+63