[PATCH] D157297: [clang] Fixes compile error that double colon operator cannot resolve macro with parentheses.
Yonggang Luo via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 15 19:53:22 PDT 2023
lygstate added a comment.
In D157297#4590580 <https://reviews.llvm.org/D157297#4590580>, @pengfei wrote:
>
> 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
Do you means revert to the first version?
> Besides, you should update the summary as well.
I don't know what kind of summary you want, I can give me that so I can update it
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157297/new/
https://reviews.llvm.org/D157297
More information about the cfe-commits
mailing list