[PATCH] D128103: Adds AST Matcher for ObjCStringLiteral
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 28 15:43:43 PDT 2022
NoQ added a comment.
Yes the use case is coming up in D126097 <https://reviews.llvm.org/D126097>; it's not used yet because `hasDescendant(StringLiteral)` is used to skip it but this matchert would be a more precise solution (yes there's an actual `StringLiteral` inside `ObjCStringLiteral`).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128103/new/
https://reviews.llvm.org/D128103
More information about the cfe-commits
mailing list