forked from OSchip/llvm-project
parent
1c0ef2984d
commit
955341a722
|
@ -645,7 +645,7 @@ std::unique_ptr<ASTUnit> buildASTFromCodeWithArgs(
|
|||
|
||||
if (!Invocation.run())
|
||||
return nullptr;
|
||||
|
||||
|
||||
assert(ASTs.size() == 1);
|
||||
return std::move(ASTs[0]);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue