diff options
Diffstat (limited to 'lib/Frontend/ASTConsumers.cpp')
-rw-r--r-- | lib/Frontend/ASTConsumers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/ASTConsumers.cpp b/lib/Frontend/ASTConsumers.cpp index 33cb94e02d..ebbd720ceb 100644 --- a/lib/Frontend/ASTConsumers.cpp +++ b/lib/Frontend/ASTConsumers.cpp @@ -564,7 +564,7 @@ public: if (RD->isInvalidDecl()) continue; - if (!RD->getDefinition(C)) + if (!RD->getDefinition()) continue; // FIXME: Do we really need to hard code this? |