[PATCH] D128103: Adds AST Matcher for ObjCStringLiteral

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 27 17:33:18 PDT 2022


NoQ added a comment.

Looks great, thanks!



================
Comment at: clang/docs/LibASTMatchersReference.html:2041
+
+Example matches "abcd"
+  NSString *s = @"abcd";
----------------
I think it's more appropriate for this documentation to mention the entire literal so that the reader didn't assume that `@` is a different AST node that needs to be captured separately.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128103/new/

https://reviews.llvm.org/D128103



More information about the cfe-commits mailing list