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

Chris Lattner sabre at nondot.org
Fri Aug 3 10:47:51 PDT 2007


Author: lattner
Date: Fri Aug  3 12:47:51 2007
New Revision: 40787

URL: http://llvm.org/viewvc/llvm-project?rev=40787&view=rev
Log:
fix a buggy comment I added

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=40787&r1=40786&r2=40787&view=diff

==============================================================================
--- cfe/trunk/include/clang/AST/Expr.h (original)
+++ cfe/trunk/include/clang/AST/Expr.h Fri Aug  3 12:47:51 2007
@@ -475,7 +475,7 @@
   enum ElementType {
     Point,   // xywz
     Color,   // rgba
-    Texture  // uv
+    Texture  // stpq
   };
   OCUVectorElementExpr(QualType ty, Expr *base, IdentifierInfo &accessor,
                        SourceLocation loc)





More information about the cfe-commits mailing list