Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang-tools-extra
/
clang-tidy
/
performance
/
ForRangeCopyCheck.cpp
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
f21e8eb
[clangtidy] Remove old copy of ExprMutationAnalyzer
by Shuai Wang
· 7 years ago
a3dc948
[clang-tidy] ExprMutationAnalyzer: construct from references. Fixes PR38888
by Roman Lebedev
· 7 years ago
25efa0f
[clang-tidy] Omit cases where loop variable is not used in loop body in
by Haojian Wu
· 7 years ago
43465bf
Port getLocStart -> getBeginLoc
by Stephen Kelly
· 7 years ago
0ed0febb
Use ExprMutationAnalyzer in performance-for-range-copy
by Shuai Wang
· 7 years ago
2a4c00f
[clang-tidy] Cleanup namespace in utils folder.
by Etienne Bergeron
· 9 years ago
456177b
[clang-tidy] Cleaning namespaces to be more consistant across checkers.
by Etienne Bergeron
· 9 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
f4fdc8a
[clang-tidy] Only invoke ForRangeCopyCheck on expensive-to-copy types.
by Felix Berger
· 10 years ago
5aebfe2
[clang-tidy] ForRangeCopyCheck that warns on and fixes unnecessary copies of loop variables.
by Alexander Kornienko
· 10 years ago