[cfe-commits] r60676 - /cfe/trunk/include/clang/Parse/Action.h

Sebastian Redl sebastian.redl at getdesigned.at
Sun Dec 7 12:13:59 PST 2008


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.





More information about the cfe-commits mailing list