llvm-project/clang-tools-extra/docs/clang-tidy
Benjamin Kramer be92ce14e1 [clang-tidy] Remove google-runtime-member-string-references
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
2018-04-05 14:51:01 +00:00
..
checks [clang-tidy] Remove google-runtime-member-string-references 2018-04-05 14:51:01 +00:00
index.rst [clang-tidy] Add Zircon module to clang-tidy 2018-03-14 23:47:50 +00:00