Fix wrong comment about reentering template scope for -fdelayed-template-parsing.

llvm-svn: 140382
This commit is contained in:
Francois Pichet 2011-09-23 16:02:49 +00:00
parent 0a2eb8d35d
commit 44bb90d9d9
1 changed files with 1 additions and 1 deletions

View File

@ -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) {