egoktas added a comment.
To address pcc's questions, I have sent an email to llvm-dev:
http://lists.llvm.org/pipermail/llvm-dev/2017-June/114168.html.
https://reviews.llvm.org/D34233
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://li
pcc added a comment.
Before looking at this patch in detail, can you please explain the need for
this feature? How difficult would it be to change your code to avoid relying on
invalid casts?
https://reviews.llvm.org/D34233
___
cfe-commits mailing
egoktas updated this revision to Diff 102641.
egoktas added a comment.
Remove the edits to CGExpr.cpp which accidentally got included in the diff.
https://reviews.llvm.org/D34233
Files:
include/clang/Basic/SanitizerBlacklist.h
lib/Basic/SanitizerBlacklist.cpp
lib/CodeGen/CGVTables.cpp
l
egoktas created this revision.
egoktas created this object with visibility "All Users".
User can explicitly specify classlinks in a sanitizer blacklist file. During
compilation with Control-Flow Integrity (CFI), the specified classes will be
linked so that (vtables of) the class type Y can be us