hanchenye-llvm-project/compiler-rt/test/cfi
Alexey Samsonov a084e16e4b [CFI] Run tests that use cfi diagnostic mode only if cxxabi parts of UBSan are available.
llvm-svn: 240671
2015-06-25 18:45:30 +00:00
..
CMakeLists.txt Add control flow integrity diagnosis function to UBSan runtime library. 2015-06-19 01:52:55 +00:00
README.txt Add tests for non-virtual call checking. 2015-04-02 00:33:36 +00:00
anon-namespace.cpp [CFI] Run tests that use cfi diagnostic mode only if cxxabi parts of UBSan are available. 2015-06-25 18:45:30 +00:00
bad-cast.cpp [CFI] Run tests that use cfi diagnostic mode only if cxxabi parts of UBSan are available. 2015-06-25 18:45:30 +00:00
lit.cfg Add -flto to clang flags for cfi tests. 2015-06-19 19:48:40 +00:00
lit.site.cfg.in
multiple-inheritance.cpp [CFI] Run tests that use cfi diagnostic mode only if cxxabi parts of UBSan are available. 2015-06-25 18:45:30 +00:00
nvcall.cpp [CFI] Run tests that use cfi diagnostic mode only if cxxabi parts of UBSan are available. 2015-06-25 18:45:30 +00:00
overwrite.cpp [CFI] Run tests that use cfi diagnostic mode only if cxxabi parts of UBSan are available. 2015-06-25 18:45:30 +00:00
sibling.cpp CFI: Add a test for distinguishing between non-overriding siblings. 2015-03-14 01:35:33 +00:00
simple-fail.cpp [CFI] Run tests that use cfi diagnostic mode only if cxxabi parts of UBSan are available. 2015-06-25 18:45:30 +00:00
simple-pass.cpp Add tests for non-virtual call checking. 2015-04-02 00:33:36 +00:00
utils.h
vdtor.cpp [CFI] Run tests that use cfi diagnostic mode only if cxxabi parts of UBSan are available. 2015-06-25 18:45:30 +00:00

README.txt

The tests in this directory use a common convention for exercising the
functionality associated with bit sets of different sizes. When certain
macros are defined the tests instantiate classes that force the bit sets
to be of certain sizes.

- B32 forces 32-bit bit sets.
- B64 forces 64-bit bit sets.
- BM forces memory bit sets.