Remove stale part of comment.
authorEli Bendersky <eliben@google.com>
Thu, 12 Jun 2014 22:47:08 +0000 (22:47 +0000)
committerEli Bendersky <eliben@google.com>
Thu, 12 Jun 2014 22:47:08 +0000 (22:47 +0000)
llvm-svn: 210851

clang/include/clang/AST/ASTConsumer.h

index 6fa7cd8..736a10b 100644 (file)
@@ -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);