[cfe-commits] r130652 - /cfe/trunk/lib/Sema/SemaExprCXX.cpp

Chandler Carruth chandlerc at gmail.com
Sun May 1 01:48:19 PDT 2011


Author: chandlerc
Date: Sun May  1 03:48:19 2011
New Revision: 130652

URL: http://llvm.org/viewvc/llvm-project?rev=130652&view=rev
Log:
Remove an inapplicable and completely out of place comment. The type is in fact 'bool'.

Modified:
    cfe/trunk/lib/Sema/SemaExprCXX.cpp

Modified: cfe/trunk/lib/Sema/SemaExprCXX.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaExprCXX.cpp?rev=130652&r1=130651&r2=130652&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaExprCXX.cpp (original)
+++ cfe/trunk/lib/Sema/SemaExprCXX.cpp Sun May  1 03:48:19 2011
@@ -3030,7 +3030,7 @@
   }
 
   bool Value = EvaluateExpressionTrait(ET, Queried);
-  // C99 6.5.3.4p4: the type (an unsigned integer type) is size_t.
+
   return Owned(new (Context) ExpressionTraitExpr(KWLoc, ET, Queried, Value,
                                                  RParen, Context.BoolTy));
 }





More information about the cfe-commits mailing list