owenpan added inline comments.

================
Comment at: clang/lib/Format/WhitespaceManager.cpp:869-871
         if (C.Tok->is(TT_FunctionDeclarationName))
           return true;
+        if (C.Tok->is(TT_FunctionTypeLParen))
----------------
We should merge the two `if` statements.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153585

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

Reply via email to