================
@@ -759,6 +759,17 @@ bool DeclSpec::SetTypeSpecType(TST T, SourceLocation
TagKwLoc,
if (TypeSpecType == TST_error)
return false;
if (TypeSpecType != TST_unspecified) {
+ // Store conflicting type specifier for Finish() to detect:
----------------
osamakader wrote:Done. https://github.com/llvm/llvm-project/pull/166004 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
