From 44abf78fbccbd1fc804540f52529aae868e0804b Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Thu, 12 Jun 2014 22:47:08 +0000 Subject: [PATCH] Remove stale part of comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210851 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/ASTConsumer.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/clang/AST/ASTConsumer.h b/include/clang/AST/ASTConsumer.h index 6fa7cd8611..736a10bec9 100644 --- a/include/clang/AST/ASTConsumer.h +++ b/include/clang/AST/ASTConsumer.h @@ -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); -- 2.40.0