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
/
misc
/
InefficientAlgorithmCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] Move checks from misc- to performance-
Alexander Kornienko
2017-11-27
1
-163
/
+0
*
[clang-tidy] Cleaning up language options.
Gabor Horvath
2016-09-24
1
-1
/
+1
*
[ASTMatchers] Added ignoringParenImpCasts to has matchers
Piotr Padlewski
2016-05-31
1
-6
/
+7
*
[clang-tidy] Fix check broken in rL263822.
Samuel Benzaquen
2016-03-21
1
-1
/
+2
*
[clang-tidy] Use hasAnyName() instead of matchesName().
Samuel Benzaquen
2016-03-18
1
-5
/
+8
*
Refactors AST matching code to use the new AST matcher names. This patch corr...
Aaron Ballman
2015-09-17
1
-4
/
+4
*
Using an early return as it is more clear; NFC.
Aaron Ballman
2015-08-31
1
-27
/
+28
*
Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the ...
Aaron Ballman
2015-08-28
1
-24
/
+29
*
[clang-tidy] Support replacements in macro arguments in misc-inefficient-algo...
Alexander Kornienko
2015-07-31
1
-11
/
+34
*
[clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::...
Alexander Kornienko
2015-03-02
1
-0
/
+2
*
[clang-tidy] Fixed two wrong fix-it cases in misc-inefficient-algorithm checker.
Gabor Horvath
2015-02-17
1
-2
/
+19
*
[clang-tidy] Fixed a false positive case in misc-inefficient-algorithm checker.
Gabor Horvath
2015-02-12
1
-2
/
+2
*
[clang-tidy] Checker for inefficient use of algorithms on associative containers
Gabor Horvath
2015-02-07
1
-0
/
+110