r346756 refined clang-format to not treat the [ in asm (...: [] ..) as an
ObjCExpr. However that's not enough, as we might have a comma-separated list of
such clobbers as in the newly added test.
This updates the detection to instead look at the Line's first token being asm
and not mark [-s as ObjCExprs in this case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 25217 Build 25216: arc lint + arc unit