Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
268b51a188b718debaaa7f758200246f1039cfb9
/
clang-tools-extra
/
clang-tidy
/
misc
/
InefficientAlgorithmCheck.cpp
b9ea09c
Refactors AST matching code to use the new AST matcher names. This patch correlates to r247885 which performs the AST matcher rename in Clang.
by Aaron Ballman
· 10 years ago
bf89109
Using an early return as it is more clear; NFC.
by Aaron Ballman
· 10 years ago
327e97b
Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the checkers do not require additional testing as the tests will not compile for other languages or modes, or the checkers would never match a valid construct.
by Aaron Ballman
· 10 years ago
b4fbb17
[clang-tidy] Support replacements in macro arguments in misc-inefficient-algorithm
by Alexander Kornienko
· 10 years ago
2b312420
[clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::misc
by Alexander Kornienko
· 11 years ago
21b76ba
[clang-tidy] Fixed two wrong fix-it cases in misc-inefficient-algorithm checker.
by Gabor Horvath
· 11 years ago
0329519
[clang-tidy] Fixed a false positive case in misc-inefficient-algorithm checker.
by Gabor Horvath
· 11 years ago
3880bee
[clang-tidy] Checker for inefficient use of algorithms on associative containers
by Gabor Horvath
· 11 years ago