klimek added a comment.
Yea, if we go down this route I'd go with this by default:
some ? thing :
else ? otherthing :
unrelated ? but :
finally;
Theoretically we could even use:
some ? thing :
else;
by default ;)
Repository:
rC Clang
https://reviews.llvm.org/D50078