summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2014-06-12 22:47:08 +0000
committerEli Bendersky <eliben@google.com>2014-06-12 22:47:08 +0000
commit44abf78fbccbd1fc804540f52529aae868e0804b (patch)
tree9dc27b7fb798d045f8d61f87bf4261b2d382053b /include
parentfe52a674949dadc8a7ca119b68ae6dab3cc950b3 (diff)
downloadclang-44abf78fbccbd1fc804540f52529aae868e0804b.tar.gz
clang-44abf78fbccbd1fc804540f52529aae868e0804b.tar.bz2
clang-44abf78fbccbd1fc804540f52529aae868e0804b.tar.xz
Remove stale part of comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210851 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang/AST/ASTConsumer.h4
1 files changed, 1 insertions, 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);