r240252 - Remove incomplete comment.

Davide Italiano davide at freebsd.org
Sun Jun 21 18:20:00 PDT 2015


Author: davide
Date: Sun Jun 21 20:19:59 2015
New Revision: 240252

URL: http://llvm.org/viewvc/llvm-project?rev=240252&view=rev
Log:
Remove incomplete comment.


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

Modified: cfe/trunk/lib/Sema/SemaExpr.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaExpr.cpp?rev=240252&r1=240251&r2=240252&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaExpr.cpp (original)
+++ cfe/trunk/lib/Sema/SemaExpr.cpp Sun Jun 21 20:19:59 2015
@@ -4314,7 +4314,6 @@ Sema::ConvertArgumentsForCall(CallExpr *
                               SourceLocation RParenLoc,
                               bool IsExecConfig) {
   // Bail out early if calling a builtin with custom typechecking.
-  // We don't need to do this in the 
   if (FDecl)
     if (unsigned ID = FDecl->getBuiltinID())
       if (Context.BuiltinInfo.hasCustomTypechecking(ID))





More information about the cfe-commits mailing list