summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/google/StringReferenceMemberCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disable clang-tidy Google checkers when not compiling in C++ mode. None of th...Aaron Ballman2015-09-021-0/+5
* [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy...Alexander Kornienko2015-03-051-0/+2
* [cleanup] Re-sort the #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* [clang-tidy] Use new ASTMatchers to identify template instantiations instead ...Benjamin Kramer2014-09-031-5/+1
* [clang-tidy] Add a checker that warns on const string & members.Benjamin Kramer2014-07-161-0/+48
OpenPOWER on IntegriCloud