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 2b76c1b commit c4f6cebCopy full SHA for c4f6ceb
core/metacling/src/TClingCallbacks.cxx
@@ -384,8 +384,8 @@ bool TClingCallbacks::LookupObject(clang::TagDecl* Tag) {
384
// Clang needs Tag's complete definition. Can we parse it?
385
if (fIsAutoLoadingRecursively || fIsAutoParsingSuspended) return false;
386
387
- if (findInGlobalModuleIndex(Tag->getDeclName(), /*loadFirstMatchOnly*/ false))
388
- return true;
+ // if (findInGlobalModuleIndex(Tag->getDeclName(), /*loadFirstMatchOnly*/false))
+ // return true;
389
390
Sema &SemaR = m_Interpreter->getSema();
391
0 commit comments