reuk added a comment.

Does it make sense to allow `AllowShortIfElseStatementsOnASingleLine` to be 
enabled when `AllowShortIfStatementsOnASingleLine` is not?

Perhaps it would be better to have `AllowShortIfStatementsOnASingleLine` be 
represented by an enum with values `Never`, `WithoutElse`, `Always`. The old 
`true/false` values from config files prior to this change would need to be 
made to map to the appropriate enum keys.


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

https://reviews.llvm.org/D59087



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

Reply via email to