owenpan added inline comments.

================
Comment at: clang/lib/Format/TokenAnnotator.cpp:3439-3441
+        (Left.is(tok::identifier) || Left.Tok.getIdentifierInfo() ||
+         Left.isFunctionLikeKeyword() || Left.is(tok::r_paren) ||
+         Left.isSimpleTypeSpecifier()))
----------------
Any identifiers and keywords are covered now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125085

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

Reply via email to