mirror of
https://github.com/libAthena/athena.git
synced 2025-12-10 05:57:57 +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()))
|
if (!EmitIncludes && !context.getSourceManager().isInMainFile(decl->getLocation()))
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
if (decl->isInvalidDecl() || !decl->hasDefinition())
|
if (decl->isInvalidDecl() || !decl->hasDefinition() || !decl->isCompleteDefinition())
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
if (!decl->getNumBases())
|
if (!decl->getNumBases())
|
||||||
|
|||||||
Reference in New Issue
Block a user