]> granicus.if.org Git - clang/commitdiff
Fix outdated comment. Checks so much more than just typedefs in C++.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 7 Dec 2008 20:13:57 +0000 (20:13 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 7 Dec 2008 20:13:57 +0000 (20:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60676 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Parse/Action.h

index b25466d44310e782a3f3f0e496b48dff80182239..4d6d4c5e865b5f2e2c95097a0e44dd70aecffb7e 100644 (file)
@@ -106,7 +106,7 @@ public:
   // 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.