summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
OpenPOWER on IntegriCloud