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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits