Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a69bbe02a2352271e8b14542073f177e24c499c1
/
clang-tools-extra
/
clang-tidy
/
performance
/
InefficientAlgorithmCheck.cpp
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
43465bf
Port getLocStart -> getBeginLoc
by Stephen Kelly
· 7 years ago
6e39e68
[clang-tidy] Move checks from misc- to performance-
by Alexander Kornienko
· 8 years ago
[Renamed (98%) from clang-tools-extra/clang-tidy/misc/InefficientAlgorithmCheck.cpp]
afad84c
[clang-tidy] Cleaning up language options.
by Gabor Horvath
· 9 years ago
e93a73f
[ASTMatchers] Added ignoringParenImpCasts to has matchers
by Piotr Padlewski
· 9 years ago
bd6a74e
[clang-tidy] Fix check broken in rL263822.
by Samuel Benzaquen
· 10 years ago
d7f2e34
[clang-tidy] Use hasAnyName() instead of matchesName().
by Samuel Benzaquen
· 10 years ago
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