Disable default cling-autoload callback (diag) for now.
The only real current user - ROOT - cannot make use of the diagnostics. Instead the default callback should probably only be invoked if none of the other, multiplexed handlers returns true.
This commit is contained in:
parent
b7a590c40e
commit
e74ae3cf0f
@ -45,8 +45,10 @@ namespace cling {
|
||||
}
|
||||
|
||||
bool AutoloadCallback::LookupObject (TagDecl *t) {
|
||||
#if 0
|
||||
if (t->hasAttr<AnnotateAttr>())
|
||||
report(t->getLocation(),t->getNameAsString(),t->getAttr<AnnotateAttr>()->getAnnotation());
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user