No need for a sub-stream; we reset m_SkipFlag.
This commit is contained in:
parent
52fb16d57f
commit
01f499d143
@ -687,7 +687,6 @@ namespace cling {
|
||||
// VisitDeclContext(D);
|
||||
|
||||
bool haveAnyDecl = false;
|
||||
StreamRAII stream(*this);
|
||||
for (auto dit=D->decls_begin();dit!=D->decls_end();++dit) {
|
||||
Visit(*dit);
|
||||
haveAnyDecl |= !m_SkipFlag;
|
||||
|
Loading…
x
Reference in New Issue
Block a user