[PATCH] Implement function type checker for the undefined behavior sanitizer.

Peter Collingbourne peter at pcc.me.uk
Fri Aug 9 01:30:15 PDT 2013


Hi rsmith,

This uses function prefix data (D1191, not landed yet) to store
function type information at the function pointer.

http://llvm-reviews.chandlerc.com/D1338

Files:
  docs/UsersManual.rst
  include/clang/Basic/Sanitizers.def
  lib/CodeGen/CGBuiltin.cpp
  lib/CodeGen/CGCUDARuntime.cpp
  lib/CodeGen/CGExpr.cpp
  lib/CodeGen/CGExprCXX.cpp
  lib/CodeGen/CodeGenFunction.cpp
  lib/CodeGen/CodeGenFunction.h
  lib/CodeGen/TargetInfo.cpp
  lib/CodeGen/TargetInfo.h
  test/CodeGenCXX/catch-undef-behavior.cpp
  test/Driver/fsanitize.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1338.1.patch
Type: text/x-patch
Size: 13634 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130809/5c24ad72/attachment.bin>


More information about the cfe-commits mailing list