owenpan added a comment.

In D126132#3531643 <https://reviews.llvm.org/D126132#3531643>, @MyDeveloperDay 
wrote:

> LGTM  (sorry I've been slow on the reviews, my day job keeps getting in the 
> way ;-))

Np! It's really that @curdeius and @HazardyKnusperkeks are fast. :)



================
Comment at: clang/lib/Format/TokenAnnotator.cpp:1189
+      if (Tok->isNot(TT_LambdaArrow) && Tok->Previous &&
+          Tok->Previous->is(tok::kw_noexcept))
         Tok->setType(TT_TrailingReturnArrow);
----------------
Ironically, I forgot to add the braces! This was caught and fixed by 
`InsertBraces` in D126157, though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126132

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

Reply via email to