Do not abort the in-depth visitation.
This commit is contained in:
parent
3b8331942c
commit
d1dcad54cd
@ -112,7 +112,7 @@ namespace cling {
|
||||
return true;
|
||||
|
||||
if (!D->hasAttr<AnnotateAttr>())
|
||||
return false;
|
||||
return true;
|
||||
|
||||
AnnotateAttr* attr = D->getAttr<AnnotateAttr>();
|
||||
if (!attr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user