MyDeveloperDay added a comment.

Personally I'm not convinced there wouldn't be people who want this for 
function declarations and definitions

  Function(
      param1,
      param2,
      param3
  );

but don't want this

  if (
     foo()
  )
  ....


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109557

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

Reply via email to