Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang-tools-extra
/
clang-tidy
/
performance
/
UnnecessaryCopyInitialization.cpp
976e0c0
A bit of AST matcher cleanup, NFC.
by Alexander Kornienko
· 7 years ago
abd72e9
[clang-tidy] White List Option for performance-unnecessary-value-param, performance-unnecessary-copy-initialization and performance-for-range-copy
by Adam Balogh
· 7 years ago
7c7ea7d
[clang-tools-extra] Format sources with clang-format. NFC.
by Mandeep Singh Grang
· 9 years ago
06e39a3
[clang-tidy] Don't warn implicit variables in peformance-unnecessary-copy-initialization.
by Haojian Wu
· 9 years ago
98e4019
[clang-tidy] UnnecessaryCopyInitialization - Extend to trigger on non-const "this" object argument if it is not modified.
by Felix Berger
· 9 years ago
6d3d746
[clang-tidy] - PerformanceUnnecesaryCopyInitialization - only trigger for decl stmts with single VarDecl.
by Felix Berger
· 9 years ago
2a4c00f
[clang-tidy] Cleanup namespace in utils folder.
by Etienne Bergeron
· 9 years ago
6ccb1dd
Add check for unneeded copies of locals
by Haojian Wu
· 10 years ago
adfdc14
[clang-tidy] Extend UnnecessaryCopyInitialization check to trigger on non-const copies that can be safely converted to const references.
by Felix Berger
· 10 years ago
8d228dd
[clang-tidy] Use hasLocalStorage() to identify unnecessary copy initializations to exclude static local variables.
by Alexander Kornienko
· 10 years ago
b959f4c
[clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" module in ClangTidy
by Alexander Kornienko
· 10 years ago