Skip to content

Commit 282059b

Browse files
authoredJun 26, 2022
Update LibASTImporter.rst
As my last commit changed the name of ImportError to ASTImportError , this section also needs to be updated so changed it.
1 parent b5eaf50 commit 282059b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎clang/docs/LibASTImporter.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ Note, there may be several different ASTImporter objects which import into the s
468468
cxxRecordDecl(hasName("Y"), isDefinition()), ToUnit);
469469
ToYDef->dump();
470470
// An error is set for "ToYDef" in the shared state.
471-
Optional<ImportError> OptErr =
471+
Optional<ASTImportError> OptErr =
472472
ImporterState->getImportDeclErrorIfAny(ToYDef);
473473
assert(OptErr);
474474

0 commit comments

Comments
 (0)
Please sign in to comment.