Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is there any case where we want not a space after such paren (except it is also a paren)?
if (Left.is(TT_AttributeParen)) return Right.isNot(TT_attributeParen);
Comment Actions
At least a semicolon as the attribute can be at the end of a declaration.
I don't know all possible contexts of attributes TBH.