[PATCH] D52248: [SEMA] ignore duplicate declaration specifiers from typeof exprs
Manoj Gupta via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 19 15:19:35 PDT 2018
manojgupta added a comment.
As per https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80868, I thought GCC also emits this error but only with -pedantic. So probably should keep this error but under -Wextra or another appropriate group?
Repository:
rC Clang
https://reviews.llvm.org/D52248
More information about the cfe-commits
mailing list