owenpan added inline comments.
================
Comment at: clang/lib/Format/TokenAnnotator.cpp:3145-3148
+ else {
+ assert(Left.is(TT_RequiresExpression));
+ return Style.SpaceBeforeParensOptions.AfterRequiresExpression;
+ }
----------------
Nit: remove `else`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113369/new/
https://reviews.llvm.org/D113369
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits