owenpan added a comment.

This is no longer an issue in version 17, e.g. 7a4cdbe 
<https://reviews.llvm.org/rG7a4cdbeafb4c2c9fae2ac69d362d22d431404bbe>:

  $ clang-format
  void main()
  {
      // clang-format off
      #define Sum(x, y) ((x) + (y))
      Sum(1, 2);
      #undef Sum
      // clang-format on
  }
  void main() {
    // clang-format off
      #define Sum(x, y) ((x) + (y))
      Sum(1, 2);
      #undef Sum
    // clang-format on
  }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89918

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

Reply via email to