owenpan added a comment.

LGTM except for the nit.



================
Comment at: clang/lib/Format/TokenAnnotator.cpp:1887
+      // parentheses, look past it as these might be chained casts.
+      if (LeftOfParens->is(tok::r_paren) && !LeftOfParens->is(TT_CastRParen)) {
         if (!LeftOfParens->MatchingParen ||
----------------
Nit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116592

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

Reply via email to