diff options
Diffstat (limited to 'lldb/source/Symbol/ClangASTImporter.cpp')
-rw-r--r-- | lldb/source/Symbol/ClangASTImporter.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/source/Symbol/ClangASTImporter.cpp b/lldb/source/Symbol/ClangASTImporter.cpp index 6b3dc566352..04ef8ffc2b3 100644 --- a/lldb/source/Symbol/ClangASTImporter.cpp +++ b/lldb/source/Symbol/ClangASTImporter.cpp @@ -169,7 +169,8 @@ ClangASTImporter::CompleteDecl (clang::Decl *decl) tag_decl->setCompleteDefinition(true); } } - else { + else + { assert (0 && "CompleteDecl called on a Decl that can't be completed"); } } |