summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/ShrinkToFitCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Move user-defined matches to unnamed namespaces to prevent ODR v...Alexander Kornienko2015-06-171-6/+4
* [clang-tidy] Remove static StringSet in favor of binary search.Benjamin Kramer2015-04-171-12/+8
* [clang-tidy] Fix namespace comments. NFC.Alexander Kornienko2015-03-041-2/+2
* [clang-tidy] Refactor: Move readability checks to namespace clang::tidy::read...Alexander Kornienko2015-03-021-0/+2
* Re-sort includes using the LLVM utils/sort_includes.py script.Chandler Carruth2015-02-131-3/+2
* [clang-tidy] Use shrink_to_fit instead of copy and swap trickAlexander Kornienko2015-01-231-0/+109
OpenPOWER on IntegriCloud