summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/google-runtime-member-string-references.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-tidy] Remove google-runtime-member-string-referencesBenjamin Kramer2018-04-051-49/+0
| | | | | | | | | | This is triggering on a pattern that's both too broad (const std::string& members can be used safely) and too narrow (std::string is not the only class with this problem). It has a very low true positive rate, just remove it until we find a better solution for dangling string references. llvm-svn: 329292
* [clang-tidy] Use proper capitalization and punctuation for diagnostic messages.Alexander Kornienko2016-01-081-3/+3
| | | | | | Use diagnostic parameters where possible instead of string concatenation. llvm-svn: 257176
* Add %check_clang_tidy and %clang_tidy_diff.Manuel Klimek2015-10-221-1/+1
| | | | | | | | | | With this, site specific lit configs can inject parameters into the test scripts if they need site specific parameters. Next up: enable check_clang_tidy to take a resource dir to enable non-standard locations for builtin includes. llvm-svn: 251010
* [clang-tidy] Renamed tests files to be closer to the check names.Alexander Kornienko2015-09-101-0/+49
llvm-svn: 247266
OpenPOWER on IntegriCloud