HazardyKnusperkeks added a comment.

How is

  if (a) return;
  else
    return;

formatted with the different options?

And from the documentation I think it was intended that only `if` is short, 
never the `else`. So I think it behaves correctly, nevertheless I think it 
should be possible, but I don't know wether with new enumerators or a new 
option.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100727

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

Reply via email to