Home
last modified time | relevance | path

Searched refs:NotAString (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-string-cstr.cpp184 struct NotAString { struct
185 NotAString();
186 NotAString(const NotAString&);
192 void invalid(const NotAString &s) { in invalid()