Finish a thought in CheckVariableDeclaration's comment. No functionality change

llvm-svn: 70544
This commit is contained in:
Douglas Gregor 2009-05-01 15:47:09 +00:00
parent 72a57b89aa
commit f16a8a7443
1 changed files with 3 additions and 2 deletions

View File

@ -1817,9 +1817,10 @@ Sema::ActOnVariableDeclarator(Scope* S, Declarator& D, DeclContext* DC,
/// declaration.
///
/// This routine performs all of the type-checking required for a
/// variable declaration once it has been build. It is used both to
/// variable declaration once it has been built. It is used both to
/// check variables after they have been parsed and their declarators
/// have been translated into a declaration, and to check
/// have been translated into a declaration, and to check variables
/// that have been instantiated from a template.
///
/// Sets NewVD->isInvalidDecl() if an error was encountered.
void Sema::CheckVariableDeclaration(VarDecl *NewVD, NamedDecl *PrevDecl,