]> granicus.if.org Git - clang/commitdiff
Remove an inapplicable and completely out of place comment. The type is in fact ...
authorChandler Carruth <chandlerc@gmail.com>
Sun, 1 May 2011 08:48:19 +0000 (08:48 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 1 May 2011 08:48:19 +0000 (08:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130652 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaExprCXX.cpp

index 9f1329717f0989047c277cb9ed2b25e6efb60bba..2ad59e74f299bc27a12c6b46b067d3dcc6d36b92 100644 (file)
@@ -3030,7 +3030,7 @@ ExprResult Sema::BuildExpressionTrait(ExpressionTrait ET,
   }
 
   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));
 }