[PATCH] D79945: [Sema] Comparison of pointers to complete and incomplete types
Benson Chu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 22 15:34:14 PDT 2020
pestctrl added a comment.
Hey @efriedma, thanks again for the comments.
Yes, you were correct in that this message should only be emitted for relational comparisons.
Regarding having the warning off by default, I did want to point out that GCC enables this warning by default: https://c.godbolt.org/z/W_NgYA.
Do you still think that the warning be off by default? I am OK with either.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79945/new/
https://reviews.llvm.org/D79945
More information about the cfe-commits
mailing list