forked from OSchip/llvm-project
47282b1b4b
static void f2(std::string&&) {} static void f() { std::string const s; f2(s.c_str()); // readability-redundant-string-cstr previously warning } Skips the problematic AST pattern in the matcher. |
||
---|---|---|
.. | ||
Unit | ||
clang-apply-replacements | ||
clang-change-namespace | ||
clang-doc | ||
clang-include-fixer | ||
clang-move | ||
clang-query | ||
clang-reorder-fields | ||
clang-tidy | ||
modularize | ||
pp-trace | ||
.clang-format | ||
CMakeLists.txt | ||
lit.cfg.py | ||
lit.site.cfg.py.in |