Do not abort the in-depth visitation.

This commit is contained in:
Vassil Vassilev 2014-08-13 14:05:59 +02:00 committed by sftnight
parent 3b8331942c
commit d1dcad54cd

View File

@ -112,7 +112,7 @@ namespace cling {
return true;
if (!D->hasAttr<AnnotateAttr>())
return false;
return true;
AnnotateAttr* attr = D->getAttr<AnnotateAttr>();
if (!attr)