Displaying 2 results from an estimated 2 matches for "fda56cb".
Did you mean:
fda56cbe
2016 Dec 21
2
*********How to get during compile time the base class of casted C++ object inside static_cast<> and dynamic_cast<> and the pointer of the casted object
I want to detect bad casts in C++ code by using the Clang
compiler. The approach is similar to what Caver and TypeSan do but
without using the compiler-rt.
Caver and TypeSan:
https://www.usenix.org/system/files/conference/usenixsecurity15/sec15-paper-lee.pdf
https://nebelwelt.net/publications/files/16CCS2.pdf
For example if I have the following C++ code snippet where I want to
cast object b into
2016 Dec 21
0
*********How to get during compile time the base class of casted C++ object inside static_cast<> and dynamic_cast<> and the pointer of the casted object
..._________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161221/fda56cbe/attachment.html>