mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
Update LibASTImporter.rst
As my last commit changed the name of ImportError to ASTImportError , this section also needs to be updated so changed it.
This commit is contained in:
@@ -468,7 +468,7 @@ Note, there may be several different ASTImporter objects which import into the s
|
||||
cxxRecordDecl(hasName("Y"), isDefinition()), ToUnit);
|
||||
ToYDef->dump();
|
||||
// An error is set for "ToYDef" in the shared state.
|
||||
Optional<ImportError> OptErr =
|
||||
Optional<ASTImportError> OptErr =
|
||||
ImporterState->getImportDeclErrorIfAny(ToYDef);
|
||||
assert(OptErr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user