On Fri, Nov 11, 2016 at 3:02 PM, Ivan Krasin via cfe-commits <
cfe-commits@lists.llvm.org> wrote:

> krasin added a comment.
>
> Small correction: all UBSan type checks tests live in compiler-rt.


Actually, most of the UBSan tests live
in test/CodeGenCXX/catch-undef-behavior.cpp in Clang; the compiler-rt tests
are merely aiming to test that the runtime produces the correct
diagnostics. There are a few more test files testing UBSan besides that
one; you can find the tests by grepping for "fsanitize=" in Clang's test/
directory.


> There is a test for UBsan + devirtualization inside tools/clang. My point
> still stands.
>
>
> https://reviews.llvm.org/D26559
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits@lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to