Use the right call order.
This commit is contained in:
parent
dedf950beb
commit
f65dc0f3a9
@ -447,7 +447,8 @@ namespace cling {
|
||||
}
|
||||
|
||||
bool DeclReverter::VisitNamespaceDecl(NamespaceDecl* NSD) {
|
||||
bool Successful = VisitNamedDecl(NSD);
|
||||
bool Successful = VisitDeclContext(NSD);
|
||||
Successful = VisitNamedDecl(NSD);
|
||||
|
||||
//DeclContext* DC = NSD->getPrimaryContext();
|
||||
DeclContext* DC = NSD->getDeclContext();
|
||||
|
Loading…
x
Reference in New Issue
Block a user