summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability
Commit message (Expand)AuthorAgeFilesLines
...
* [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC.Alexander Kornienko2015-03-092-6/+6
* [clang-tidy] Refactor: Rename clang-tidy readability check files and classes ...Alexander Kornienko2015-03-098-29/+28
* Use std::string instead of StringRef to prevent use-after-free.Daniel Jasper2015-03-051-1/+1
* [clang-tidy] Replace unrecognized namespace ending comments.Alexander Kornienko2015-03-051-17/+22
* [clang-tidy] Fix namespace comments. NFC.Alexander Kornienko2015-03-042-5/+5
* [clang-tidy] Refactor: Move readability checks to namespace clang::tidy::read...Alexander Kornienko2015-03-024-2/+8
* Re-sort includes using the LLVM utils/sort_includes.py script.Chandler Carruth2015-02-132-7/+4
* [clang-tidy] Use shrink_to_fit instead of copy and swap trickAlexander Kornienko2015-01-234-0/+148
* [clang-tidy] Small readability-container-size-empty cleanupAlexander Kornienko2015-01-231-2/+1
* [clang-tidy] Use actual LangOptions.Alexander Kornienko2015-01-222-4/+4
* [clang-tidy] Minor cleanups in readability-container-size-empty checkerAlexander Kornienko2015-01-221-13/+6
* clang-tidy: 'size' call that could be replaced with 'empty' on STL containersAlexander Kornienko2015-01-154-0/+217
* clang-tidy: Add initial check for "Don't use else after return".Daniel Jasper2015-01-144-0/+80
* [clang-tidy] Move the missing namespace comment warnings to the closing braceAlexander Kornienko2014-11-171-1/+9
* [clang-tidy] Bring order to check registration.Alexander Kornienko2014-10-262-1/+46
* [clang-tidy] Minor fixes for the NamespaceCommentCheck.Alexander Kornienko2014-10-161-4/+6
* [clang-tidy] Default options in modules.Alexander Kornienko2014-10-161-2/+1
* [clang-tidy] Move some of the misc checks to readability/Alexander Kornienko2014-10-157-0/+636
* Add NamespaceCommentCheck to the Google module.Alexander Kornienko2014-09-224-0/+194
OpenPOWER on IntegriCloud