We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9d69e commit 5aefaeeCopy full SHA for 5aefaee
interpreter/cling/lib/Interpreter/Transaction.cpp
@@ -169,7 +169,8 @@ namespace cling {
169
// that callback.
170
// For reference (clang::CodeGen::CodeGenModule::EmitVTable).
171
if (oldDCI.m_Call != kCCIHandleVTable
172
- && oldDCI.m_Call != kCCIHandleCXXImplicitFunctionInstantiation)
+ && oldDCI.m_Call != kCCIHandleCXXImplicitFunctionInstantiation
173
+ && oldDCI.m_Call != kCCIHandleTopLevelDecl)
174
assert(oldDCI != DCI && "Duplicates?!");
175
}
176
// We want to assert there is only one wrapper per transaction.
0 commit comments