forked from OSchip/llvm-project
97746d75bb
Summary: This adds an interesting bad cast case, originally found in https://crbug.com/537398. Reviewers: kcc Subscribers: pcc Differential Revision: http://reviews.llvm.org/D13307 llvm-svn: 248958 |
||
---|---|---|
.. | ||
icall | ||
CMakeLists.txt | ||
README.txt | ||
anon-namespace.cpp | ||
bad-cast.cpp | ||
base-derived-destructor.cpp | ||
create-derivers.test | ||
lit.cfg | ||
lit.site.cfg.in | ||
multiple-inheritance.cpp | ||
nvcall.cpp | ||
overwrite.cpp | ||
sibling.cpp | ||
simple-fail.cpp | ||
simple-pass.cpp | ||
utils.h | ||
vdtor.cpp |
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.