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
/
UnnecessaryCopyInitialization.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] implement utility-function to add 'const' to variables
Jonas Toth
2020-01-03
1
-2
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
A bit of AST matcher cleanup, NFC.
Alexander Kornienko
2018-11-25
1
-9
/
+5
*
[clang-tidy] White List Option for performance-unnecessary-value-param, perfo...
Adam Balogh
2018-10-12
1
-2
/
+21
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-9
/
+8
*
[clang-tidy] Don't warn implicit variables in peformance-unnecessary-copy-ini...
Haojian Wu
2016-11-08
1
-0
/
+1
*
[clang-tidy] UnnecessaryCopyInitialization - Extend to trigger on non-const "...
Felix Berger
2016-05-31
1
-10
/
+16
*
[clang-tidy] - PerformanceUnnecesaryCopyInitialization - only trigger for dec...
Felix Berger
2016-05-13
1
-18
/
+25
*
[clang-tidy] Cleanup namespace in utils folder.
Etienne Bergeron
2016-05-03
1
-3
/
+3
*
Add check for unneeded copies of locals
Haojian Wu
2016-03-23
1
-29
/
+82
*
[clang-tidy] Extend UnnecessaryCopyInitialization check to trigger on non-con...
Felix Berger
2016-03-05
1
-24
/
+35
*
[clang-tidy] Use hasLocalStorage() to identify unnecessary copy initializatio...
Alexander Kornienko
2015-12-30
1
-2
/
+1
*
[clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" mod...
Alexander Kornienko
2015-12-30
1
-0
/
+73