]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240252 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaExpr.cpp

index b0bc231e7e6ce4be842613d349a4318d0a3e41f5..ffa47eeb5871d696e2d76ab9731fb612227a7de7 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))