Author: cornedbee
Date: Sun Dec 7 14:13:57 2008
New Revision: 60676
URL: http://llvm.org/viewvc/llvm-project?rev=60676&view=rev
Log:
Fix outdated comment. Checks so much more than just typedefs in C++.
Modified:
cfe/trunk/include/clang/Parse/Action.h
Modified: cfe/trunk/include/clang/Parse/Action.h
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Parse/Action.h?rev=60676&r1=60675&r2=60676&view=diff
==============================================================================
--- cfe/trunk/include/clang/Parse/Action.h (original)
+++ cfe/trunk/include/clang/Parse/Action.h Sun Dec 7 14:13:57 2008
@@ -106,7 +106,7 @@
// Declaration Tracking Callbacks.
//===--------------------------------------------------------------------===//
- /// isTypeName - Return non-null if the specified identifier is a typedef
name
+ /// isTypeName - Return non-null if the specified identifier is a type name
/// in the current scope.
/// An optional CXXScopeSpec can be passed to indicate the C++ scope (class
or
/// namespace) that the identifier must be a member of.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits