summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/readability-container-size-empty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Extend readability-container-size-empty to add comparisons to empty-state obj...Aaron Ballman2017-04-241-1/+116
* [clang-tidy] readability-container-size-empty fix for (*x).size()Alexander Kornienko2017-03-201-0/+4
* [clang-tidy] Ignore `size() == 0` in the container implementation.Alexander Kornienko2016-12-211-0/+14
* [clang-tidy] Extend readability-container-size-empty to arbitrary class with ...Kirill Bobyrev2016-09-131-2/+157
* [clang-tidy] readability-container-size-empty fixesGabor Horvath2016-04-191-0/+23
* [clang-tidy] Make readability-container-size-empty work with inline namespace...Gabor Horvath2016-02-091-2/+17
* [clang-tidy] Fix a false positive case in ContainerSizeEmpty check.Gabor Horvath2015-12-281-2/+6
* Fix a false positive case in ContainerSizeEmpty check (PR25893).Gabor Horvath2015-12-211-0/+4
* [clang-tidy] Fix PR25812.Gabor Horvath2015-12-121-1/+1
* [clang-tidy] Fix message style (capitalization, trailing period).Alexander Kornienko2015-11-091-17/+17
* Add %check_clang_tidy and %clang_tidy_diff.Manuel Klimek2015-10-221-1/+1
* [clang-tidy] Use a python script instead of a shell script to run clang-tidy ...Alexander Kornienko2015-08-201-2/+1
* [clang-tidy] Correct spelling error in test file name. NFC.Alexander Kornienko2015-02-251-0/+106
OpenPOWER on IntegriCloud