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
/
performance
/
ForRangeCopyCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] implement utility-function to add 'const' to variables
Jonas Toth
2020-01-03
1
-7
/
+15
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-tidy] White List Option for performance-unnecessary-value-param, perfo...
Adam Balogh
2018-10-12
1
-2
/
+12
*
[clangtidy] Remove old copy of ExprMutationAnalyzer
Shuai Wang
2018-09-11
1
-3
/
+2
*
[clang-tidy] ExprMutationAnalyzer: construct from references. Fixes PR38888
Roman Lebedev
2018-09-10
1
-2
/
+2
*
[clang-tidy] Omit cases where loop variable is not used in loop body in
Haojian Wu
2018-08-10
1
-9
/
+22
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Use ExprMutationAnalyzer in performance-for-range-copy
Shuai Wang
2018-07-10
1
-3
/
+3
*
[clang-tidy] Cleanup namespace in utils folder.
Etienne Bergeron
2016-05-03
1
-7
/
+8
*
[clang-tidy] Cleaning namespaces to be more consistant across checkers.
Etienne Bergeron
2016-05-02
1
-2
/
+2
*
[clang-tidy] Extend UnnecessaryCopyInitialization check to trigger on non-con...
Felix Berger
2016-03-05
1
-94
/
+8
*
[clang-tidy] Only invoke ForRangeCopyCheck on expensive-to-copy types.
Felix Berger
2016-02-15
1
-3
/
+6
*
[clang-tidy] ForRangeCopyCheck that warns on and fixes unnecessary copies of ...
Alexander Kornienko
2016-01-29
1
-0
/
+177