Skip to content
Commit b41791d8 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

When importing a FunctionProtoType::ExtProtoInfo, its ExceptionSpecDecl can point to the

FunctionDecl that we are importing the FunctionProtoType for, in which case we'll have
infinite recursion when importing.

Initially create a FunctionProtoType with null ExceptionSpecDecl/ExceptionSpecTemplate and
update the type in ASTNodeImporter::VisitFunctionDecl after the FunctionDecl has been created.

llvm-svn: 164450
parent 52de8eec
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment