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

Daniel Dunbar daniel at zuster.org
Thu Jul 24 10:38:52 PDT 2008


Author: ddunbar
Date: Thu Jul 24 12:38:50 2008
New Revision: 53986

URL: http://llvm.org/viewvc/llvm-project?rev=53986&view=rev
Log:
Fix comment

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=53986&r1=53985&r2=53986&view=diff

==============================================================================
--- cfe/trunk/include/clang/Parse/Action.h (original)
+++ cfe/trunk/include/clang/Parse/Action.h Thu Jul 24 12:38:50 2008
@@ -42,7 +42,7 @@
 /// are not requests that the actions module do the specified action.
 ///
 /// All of the methods here are optional except isTypeName(), which must be
-/// specified in order for the parse to complete accurately.  The EmptyAction
+/// specified in order for the parse to complete accurately.  The MinimalAction
 /// class does this bare-minimum of tracking to implement this functionality.
 class Action {
 public:





More information about the cfe-commits mailing list