forked from OSchip/llvm-project
parent
2e08f50605
commit
70a06ad304
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue