summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/InefficientAlgorithmCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Move checks from misc- to performance-Alexander Kornienko2017-11-271-163/+0
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-241-1/+1
* [ASTMatchers] Added ignoringParenImpCasts to has matchersPiotr Padlewski2016-05-311-6/+7
* [clang-tidy] Fix check broken in rL263822.Samuel Benzaquen2016-03-211-1/+2
* [clang-tidy] Use hasAnyName() instead of matchesName().Samuel Benzaquen2016-03-181-5/+8
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-4/+4
* Using an early return as it is more clear; NFC.Aaron Ballman2015-08-311-27/+28
* Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the ...Aaron Ballman2015-08-281-24/+29
* [clang-tidy] Support replacements in macro arguments in misc-inefficient-algo...Alexander Kornienko2015-07-311-11/+34
* [clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::...Alexander Kornienko2015-03-021-0/+2
* [clang-tidy] Fixed two wrong fix-it cases in misc-inefficient-algorithm checker.Gabor Horvath2015-02-171-2/+19
* [clang-tidy] Fixed a false positive case in misc-inefficient-algorithm checker.Gabor Horvath2015-02-121-2/+2
* [clang-tidy] Checker for inefficient use of algorithms on associative containersGabor Horvath2015-02-071-0/+110
OpenPOWER on IntegriCloud