commit | b914e87377fd4d7642f544000a79f8648c6f06c9 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <peter@pcc.me.uk> | Sun Oct 20 21:29:19 2013 +0000 |
committer | Peter Collingbourne <peter@pcc.me.uk> | Sun Oct 20 21:29:19 2013 +0000 |
tree | d4f37f2920aee3b3c0a1accf1e1405121f0a7a81 | |
parent | bf54855ac4476a54d9bafc5f67e433d3ac0fe512 [diff] [blame] |
Implement function type checker for the undefined behavior sanitizer. This uses function prefix data to store function type information at the function pointer. Differential Revision: http://llvm-reviews.chandlerc.com/D1338 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193058 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 19c64b7..b07e903 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h
@@ -2073,6 +2073,7 @@ llvm::Instruction **callOrInvoke = 0); RValue EmitCall(QualType FnType, llvm::Value *Callee, + SourceLocation CallLoc, ReturnValueSlot ReturnValue, CallExpr::const_arg_iterator ArgBeg, CallExpr::const_arg_iterator ArgEnd,