[PATCH] D157297: [clang] Fixes compile error that double colon operator cannot resolve macro with parentheses.

Phoebe Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 15 18:36:01 PDT 2023


pengfei added a comment.

I'd prefer macro to duplicated definitions. We have such precedents, e.g., https://github.com/llvm/llvm-project/blob/main/clang/lib/Headers/xmmintrin.h#L2994
Besides, you should update the summary as well.


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

https://reviews.llvm.org/D157297



More information about the cfe-commits mailing list