hans added a comment.

Very nice, thanks!



================
Comment at: clang/lib/Format/TokenAnnotator.cpp:502
         Left->Type = TT_ObjCMethodExpr;
+      } else if (Style.isCpp() && InsideInlineASM) {
+        Left->Type = TT_InlineASMSymbolicNameLSquare;
----------------
Is the Style.isCpp() check necessary here?

If it's necessary, maybe that's because the setting of InsideInlineASM should 
be guarded by Style.isCpp() instead?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75675



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

Reply via email to