mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 13:38:03 +00:00
Proper nested forward-declaration support for DNA types
This commit is contained in:
@@ -2268,7 +2268,7 @@ public:
|
||||
if (!EmitIncludes && !context.getSourceManager().isInMainFile(decl->getLocation()))
|
||||
return true;
|
||||
|
||||
if (decl->isInvalidDecl() || !decl->hasDefinition())
|
||||
if (decl->isInvalidDecl() || !decl->hasDefinition() || !decl->isCompleteDefinition())
|
||||
return true;
|
||||
|
||||
if (!decl->getNumBases())
|
||||
|
||||
Reference in New Issue
Block a user