[PATCH] D141580: [clang] Don't consider a nullptr returned from ActOnTag() as a valid result in ParseClassSpecifier.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 12 01:20:09 PST 2023
hokein added a comment.
I think the diagnostic changes are improvements.
================
Comment at: clang/test/SemaCXX/rdar42746401.cpp:7
-::b<0> struct c::d // expected-error{{incomplete type}} expected-error{{cannot combine}} expected-error{{expected unqualified-id}}
----------------
The removed diagnostic is "cannot combine with previous 'type-name' declaration specifier" which is bogus.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141580/new/
https://reviews.llvm.org/D141580
More information about the cfe-commits
mailing list