search for: 108051

Displaying 4 results from an estimated 4 matches for "108051".

Did you mean: 108015
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
...t you repost the exact same two emails, that’s a bit high repost rate for the mailing-list, especially considering that you already got answers that you ignored previously: - http://lists.llvm.org/pipermail/llvm-dev/2016-December/108060.html - http://lists.llvm.org/pipermail/llvm-dev/2016-December/108051.html Adding an alternate email in case you didn’t receive previous emails. Best, — Mehdi > On Dec 21, 2016, at 2:47 AM, Paul Muntean via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I want to detect bad casts in C++ code by using the Clang > compiler. The approach is s...
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
...>> - <http://lists.llvm.org/pipermail/llvm-dev/2016-December/108060.html>http://lists.llvm.org/pipermail/llvm-dev/2016-December/108060.html <http://lists.llvm.org/pipermail/llvm-dev/2016-December/108060.html> >> - <http://lists.llvm.org/pipermail/llvm-dev/2016-December/108051.html>http://lists.llvm.org/pipermail/llvm-dev/2016-December/108051.html <http://lists.llvm.org/pipermail/llvm-dev/2016-December/108051.html> >> >> Adding an alternate email in case you didn’t receive previous emails. >> Best, >> >> — >> Mehdi >>...
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
3
*********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
...ame two > emails, that’s a bit high repost rate for the mailing-list, especially > considering that you already got answers that you ignored previously: > > - http://lists.llvm.org/pipermail/llvm-dev/2016-December/108060.html > - http://lists.llvm.org/pipermail/llvm-dev/2016-December/108051.html > > Adding an alternate email in case you didn’t receive previous emails. > Best, > > > — > Mehdi > > > > >> On Dec 21, 2016, at 2:47 AM, Paul Muntean via llvm-dev >> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrot...