forked from OSchip/llvm-project
parent
a543308ce5
commit
77c5bb5e4a
|
@ -501,7 +501,8 @@ void ASTDumper::dumpDeclContext(const DeclContext *DC) {
|
|||
if (!DC)
|
||||
return;
|
||||
bool HasUndeserializedDecls = DC->hasExternalLexicalStorage();
|
||||
for (DeclContext::decl_iterator I = DC->noload_decls_begin(), E = DC->noload_decls_end();
|
||||
for (DeclContext::decl_iterator I = DC->noload_decls_begin(),
|
||||
E = DC->noload_decls_end();
|
||||
I != E; ++I) {
|
||||
DeclContext::decl_iterator Next = I;
|
||||
++Next;
|
||||
|
|
Loading…
Reference in New Issue