r210851 - Remove stale part of comment.

Eli Bendersky eliben at google.com
Thu Jun 12 15:47:09 PDT 2014


Author: eliben
Date: Thu Jun 12 17:47:08 2014
New Revision: 210851

URL: http://llvm.org/viewvc/llvm-project?rev=210851&view=rev
Log:
Remove stale part of comment.

Modified:
    cfe/trunk/include/clang/AST/ASTConsumer.h

Modified: cfe/trunk/include/clang/AST/ASTConsumer.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ASTConsumer.h?rev=210851&r1=210850&r2=210851&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ASTConsumer.h (original)
+++ cfe/trunk/include/clang/AST/ASTConsumer.h Thu Jun 12 17:47:08 2014
@@ -50,9 +50,7 @@ public:
   virtual void Initialize(ASTContext &Context) {}
 
   /// HandleTopLevelDecl - Handle the specified top-level declaration.  This is
-  /// called by the parser to process every top-level Decl*. Note that D can be
-  /// the head of a chain of Decls (e.g. for `int a, b` the chain will have two
-  /// elements). Use Decl::getNextDeclarator() to walk the chain.
+  /// called by the parser to process every top-level Decl*.
   ///
   /// \returns true to continue parsing, or false to abort parsing.
   virtual bool HandleTopLevelDecl(DeclGroupRef D);





More information about the cfe-commits mailing list