forked from OSchip/llvm-project
Fix wrong comment about reentering template scope for -fdelayed-template-parsing.
llvm-svn: 140382
This commit is contained in:
parent
0a2eb8d35d
commit
44bb90d9d9
|
@ -1175,7 +1175,7 @@ void Parser::ParseLateTemplatedFuncDef(LateParsedTemplatedFunction &LMT) {
|
|||
DD = DD->getLexicalParent();
|
||||
}
|
||||
|
||||
// Reenter the DeclContext from outmost to innermost.
|
||||
// Reenter template scopes from outmost to innermost.
|
||||
SmallVector<DeclContext*, 4>::reverse_iterator II =
|
||||
DeclContextToReenter.rbegin();
|
||||
for (; II != DeclContextToReenter.rend(); ++II) {
|
||||
|
|
Loading…
Reference in New Issue