[cfe-commits] r115148 - /cfe/trunk/include/clang/AST/Expr.h

Gabor Greif ggreif at gmail.com
Thu Sep 30 08:22:01 PDT 2010


Author: ggreif
Date: Thu Sep 30 10:22:01 2010
New Revision: 115148

URL: http://llvm.org/viewvc/llvm-project?rev=115148&view=rev
Log:
typo

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

Modified: cfe/trunk/include/clang/AST/Expr.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Expr.h?rev=115148&r1=115147&r2=115148&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Expr.h (original)
+++ cfe/trunk/include/clang/AST/Expr.h Thu Sep 30 10:22:01 2010
@@ -367,7 +367,7 @@
   bool isEvaluatable(ASTContext &Ctx) const;
 
   /// HasSideEffects - This routine returns true for all those expressions
-  /// which must be evaluated each time and must not be optimization away 
+  /// which must be evaluated each time and must not be optimized away 
   /// or evaluated at compile time. Example is a function call, volatile
   /// variable read.
   bool HasSideEffects(ASTContext &Ctx) const;





More information about the cfe-commits mailing list