Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Push transaction in ParseProto::Parse
Signed-off-by: Jun Zhang <[email protected]>
  • Loading branch information
junaire committed Oct 23, 2022
commit 707b699f58d07ea5ea5d1db2d2c8b6a2afbe908d
1 change: 1 addition & 0 deletions interpreter/cling/lib/Interpreter/LookupHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1669,6 +1669,7 @@ namespace cling {
// Parse the prototype now.
//

Interpreter::PushTransactionRAII clingRAII(Interp);
StartParsingRAII ParseStarted(LH, funcProto,
llvm::StringRef("func.prototype.file"),
diagOnOff);
Expand Down