Remove incomplete comment.
authorDavide Italiano <davide@freebsd.org>
Mon, 22 Jun 2015 01:19:59 +0000 (01:19 +0000)
committerDavide Italiano <davide@freebsd.org>
Mon, 22 Jun 2015 01:19:59 +0000 (01:19 +0000)
llvm-svn: 240252

clang/lib/Sema/SemaExpr.cpp

index b0bc231..ffa47ee 100644 (file)
@@ -4314,7 +4314,6 @@ Sema::ConvertArgumentsForCall(CallExpr *Call, Expr *Fn,
                               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))