djasper added a comment.

I don't. Only if they start out to be on the same line. As long as I start with:

  class C {
    void foo(int a, int b) {
      Q_UNUSED(a)
      Q_UNUSED(a)
      return b;
    }
  };

clang-format leaves this alone. That's good enough I think and we don't want to 
add more special handling for macro-DSLs than strictly necessary.


https://reviews.llvm.org/D33440



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

Reply via email to