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

sabre at cs.uiuc.edu sabre at cs.uiuc.edu
Wed Jul 11 09:24:55 PDT 2007


Author: sabre
Date: Wed Jul 11 11:24:55 2007
New Revision: 38820

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

Modified:
    cfe/cfe/trunk/include/clang/Parse/Action.h

Modified: cfe/cfe/trunk/include/clang/Parse/Action.h
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/include/clang/Parse/Action.h?rev=38820&r1=38819&r2=38820&view=diff

==============================================================================
--- cfe/cfe/trunk/include/clang/Parse/Action.h (original)
+++ cfe/cfe/trunk/include/clang/Parse/Action.h Wed Jul 11 11:24:55 2007
@@ -17,10 +17,7 @@
 namespace llvm {
 namespace clang {
 
-/// Parser - This implements a parser for the C family of languages.  After
-/// parsing units of the grammar, productions are invoked to handle whatever has
-/// been read.  The default parser actions are all noops.
-///
+/// ParserActions - 
 class ParserActions {
   // SYMBOL TABLE
 public:





More information about the cfe-commits mailing list