================ @@ -58,7 +58,7 @@ bool containsEscapedCharacters(const MatchFinder::MatchResult &Result, *Result.SourceManager, Result.Context->getLangOpts()); StringRef Text = Lexer::getSourceText(CharRange, *Result.SourceManager, Result.Context->getLangOpts()); - if (Text.empty() || isRawStringLiteral(Text)) + if (Text.empty() || !Text.contains('"') || isRawStringLiteral(Text)) ---------------- LegalizeAdulthood wrote:
Why is this necessary? https://github.com/llvm/llvm-project/pull/133636 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits