gribozavr2 accepted this revision.
gribozavr2 added a comment.
This revision is now accepted and ready to land.

Sorry for the delayed response! LGTM modulo the unit test comment. Please let 
me know if you don't have commit access and you need me to push on your behalf.



================
Comment at: clang/lib/AST/CommentLexer.cpp:399
+        if (C == '$' || C == '(' || C == ')' || C == '[' || C == ']' ||
+            C == '{' || C == '}') {
           TokenPtr++;
----------------
Please add adjust the unit test: clang/unittests/AST/CommentLexer.cpp 
(`TEST_F(CommentLexerTest, VerbatimBlock9)`)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111190

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to