Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DStringCompareCheck.cpp22 static const StringRef CompareMessage = "do not use 'compare' to test equality " variable
69 diag(Matched->getBeginLoc(), CompareMessage); in check()
81 auto Diag = diag(Matched->getBeginLoc(), CompareMessage); in check()
/llvm-project/libc/test/UnitTest/
H A DErrnoSetterMatcher.h27 constexpr const char *CompareMessage[] = {
58 const char *str() { return CompareMessage[static_cast<int>(cmp)]; }
26 constexpr const char *CompareMessage[] = { global() variable