[PATCH] D128496: [clang-format] Further improve requires clause detection

Björn Schäpers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 24 03:30:11 PDT 2022


HazardyKnusperkeks marked 4 inline comments as done.
HazardyKnusperkeks added inline comments.


================
Comment at: clang/lib/Format/UnwrappedLineParser.cpp:3185-3188
-  default:
-    // It's an expression.
-    parseRequiresExpression(RequiresToken);
-    return false;
----------------
curdeius wrote:
> owenpan wrote:
> > How about this instead?
> > 
> :+1:
Didn't want to duplicate the call.


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

https://reviews.llvm.org/D128496



More information about the cfe-commits mailing list