[cfe-commits] r70544 - /cfe/trunk/lib/Sema/SemaDecl.cpp

Douglas Gregor dgregor at apple.com
Fri May 1 08:47:09 PDT 2009


Author: dgregor
Date: Fri May  1 10:47:09 2009
New Revision: 70544

URL: http://llvm.org/viewvc/llvm-project?rev=70544&view=rev
Log:
Finish a thought in CheckVariableDeclaration's comment. No functionality change

Modified:
    cfe/trunk/lib/Sema/SemaDecl.cpp

Modified: cfe/trunk/lib/Sema/SemaDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDecl.cpp?rev=70544&r1=70543&r2=70544&view=diff

==============================================================================
--- cfe/trunk/lib/Sema/SemaDecl.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDecl.cpp Fri May  1 10:47:09 2009
@@ -1817,9 +1817,10 @@
 /// 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,





More information about the cfe-commits mailing list