[PATCH] D25448: [ubsan] Disable -fsanitize=vptr checks for devirtualized calls

Vedant Kumar via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 13 18:25:41 PDT 2016


vsk updated this revision to Diff 74606.
vsk added a comment.

- Remove the set of blacklisted object pointers; pass down a flag which indicates whether or not the member call check should be skipped.


https://reviews.llvm.org/D25448

Files:
  lib/CodeGen/CGExpr.cpp
  lib/CodeGen/CGExprCXX.cpp
  lib/CodeGen/CodeGenFunction.h
  lib/CodeGen/ItaniumCXXABI.cpp
  test/CodeGenCXX/ubsan-devirtualized-calls.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25448.74606.patch
Type: text/x-patch
Size: 8024 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161014/3b65cbca/attachment.bin>


More information about the cfe-commits mailing list