[cfe-commits] r61920 - /cfe/trunk/include/clang/AST/DeclBase.h
Zhongxing Xu
xuzhongxing at gmail.com
Wed Jan 7 23:37:03 PST 2009
Author: zhongxingxu
Date: Thu Jan 8 01:37:03 2009
New Revision: 61920
URL: http://llvm.org/viewvc/llvm-project?rev=61920&view=rev
Log:
Fix comment because we could have arbitrary number of overloaded functions with
the same name.
Modified:
cfe/trunk/include/clang/AST/DeclBase.h
Modified: cfe/trunk/include/clang/AST/DeclBase.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclBase.h?rev=61920&r1=61919&r2=61920&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/DeclBase.h (original)
+++ cfe/trunk/include/clang/AST/DeclBase.h Thu Jan 8 01:37:03 2009
@@ -497,7 +497,7 @@
/// lookup - Find the declarations (if any) with the given Name in
/// this context. Returns a range of iterators that contains all of
- /// the declarations with this name (which may be 0, 1, or 2
+ /// the declarations with this name (which may be 0, 1, or more
/// declarations). If two declarations are returned, the declaration
/// in the "ordinary" identifier namespace will precede the
/// declaration in the "tag" identifier namespace (e.g., values
More information about the cfe-commits
mailing list