Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Closing as it landed in https://github.com/llvm/llvm-project/commit/130a9cc0a5e25e3be8ff3738518e86ae3ae0b5ba.
Comment Actions
Np! It's really that @curdeius and @HazardyKnusperkeks are fast. :)
clang/lib/Format/TokenAnnotator.cpp | ||
---|---|---|
1189 | Ironically, I forgot to add the braces! This was caught and fixed by InsertBraces in D126157, though. |
Comment Actions
@HazardyKnusperkeks I think you know this better than any of us as you added the assertion to setType(). Does this look ok to you?
Comment Actions
This looks good.
One should define what is the difference between TT_LambdaArrow and TT_TrailingReturnArrow. But if there is a difference, then the lambda arrows should stay TT_LambdaArrow, right?
Same here, I'm just starting to catch up the last weeks. :)
Comment Actions
It seems there is no difference. See https://github.com/llvm/llvm-project/pull/70519.
Ironically, I forgot to add the braces! This was caught and fixed by InsertBraces in D126157, though.