[cfe-commits] r39052 - /cfe/cfe/trunk/include/clang/AST/Stmt.h

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


Author: sabre
Date: Wed Jul 11 11:27:09 2007
New Revision: 39052

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

Modified:
    cfe/cfe/trunk/include/clang/AST/Stmt.h

Modified: cfe/cfe/trunk/include/clang/AST/Stmt.h
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/include/clang/AST/Stmt.h?rev=39052&r1=39051&r2=39052&view=diff

==============================================================================
--- cfe/cfe/trunk/include/clang/AST/Stmt.h (original)
+++ cfe/cfe/trunk/include/clang/AST/Stmt.h Wed Jul 11 11:27:09 2007
@@ -21,11 +21,9 @@
 namespace clang {
   class Expr;
   
-/// Stmt - This represents one statement.  Note that statements are modelled as
-/// subclasses of exprs so that 
+/// Stmt - This represents one statement.
 ///
 class Stmt {
-  /// Type.
 public:
   Stmt() {}
   virtual ~Stmt() {}





More information about the cfe-commits mailing list