summaryrefslogtreecommitdiffstats
path: root/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Avoid inconsistent notes in readability-container-size-emptyAlexander Kornienko2018-11-271-0/+8
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* Adapt clang-tidy checks to changing semantics of hasDeclaration.Manuel Klimek2017-08-021-10/+12
* Extend readability-container-size-empty to add comparisons to empty-state obj...Aaron Ballman2017-04-241-5/+63
* [clang-tidy] readability-container-size-empty fix for (*x).size()Alexander Kornienko2017-03-201-3/+2
* [clang-tidy] Ignore `size() == 0` in the container implementation.Alexander Kornienko2016-12-211-1/+3
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-241-3/+3
* [clang-tidy] Fix naming in container-size-empty.Kirill Bobyrev2016-09-131-4/+4
* [clang-tidy] Extend readability-container-size-empty to arbitrary class with ...Kirill Bobyrev2016-09-131-12/+24
* [clang-tidy] Cleanup some ast-matchers and lift some to utils.Etienne Bergeron2016-04-211-37/+11
* [clang-tidy] readability-container-size-empty fixesGabor Horvath2016-04-191-8/+12
* [clang-tidy] Make readability-container-size-empty work with inline namespace...Gabor Horvath2016-02-091-18/+21
* [clang-tidy] Replace a custom ASTMatcher with a built-in one.Gabor Horvath2016-02-091-4/+2
* [clang-tidy] Fix a false positive case in ContainerSizeEmpty check.Gabor Horvath2015-12-281-4/+9
* Fix a false positive case in ContainerSizeEmpty check (PR25893).Gabor Horvath2015-12-211-0/+5
* [clang-tidy] Fix PR25812.Gabor Horvath2015-12-121-25/+26
* [clang-tidy] Fix message style (capitalization, trailing period).Alexander Kornienko2015-11-091-3/+2
* Make a bunch of static arrays const.Craig Topper2015-10-181-1/+1
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-2/+3
* Disable clang-tidy readability checkers when not compiling in C++ mode. None ...Aaron Ballman2015-09-021-0/+5
* [clang-tidy] Move user-defined matches to unnamed namespaces to prevent ODR v...Alexander Kornienko2015-06-171-4/+2
* [clang-tidy] Remove static StringSet in favor of binary search.Benjamin Kramer2015-04-171-25/+21
* [clang-tidy] Refactor: Rename clang-tidy readability check files and classes ...Alexander Kornienko2015-03-091-0/+163