llvm-project/clang/test
Argyrios Kyrtzidis 47a1285a69 reinterpret_cast to reference of a bit-field is not allowed.
Fixes rdar://9202628 & http://llvm.org/PR9564.

llvm-svn: 130024
2011-04-22 22:31:13 +00:00
..
ASTMerge Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Analysis Add static analyzer support for C++'0X nullptr. Patch by Jim Goodnow II. 2011-04-22 18:01:30 +00:00
CXX Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
CodeCompletion Don't suggest dynamic_cast or typeid as code completion results when 2011-04-12 02:47:21 +00:00
CodeGen Workaround buildbot failure by hacking up this test to emit llvm IR. 2011-04-22 20:42:46 +00:00
CodeGenCXX Put a typeid test in its own namespace. 2011-04-17 23:33:40 +00:00
CodeGenObjC Fixes an instance method meta-data generation bug in 2011-04-22 22:02:28 +00:00
CodeGenObjCXX Warn for any kind of initialization if initializer does not 2011-04-08 18:25:29 +00:00
CodeGenOpenCL Modify test for 32 and 64 bit. 2011-04-16 01:00:29 +00:00
Coverage Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Driver Driver/Darwin: Allow OS X deployment targets like 10.4.11, even though they 2011-04-21 21:27:33 +00:00
FixIt Fixit suggestion for adding missing tag name should have a space after the tag name. Fixes rdar://9295072 2011-04-21 17:29:47 +00:00
Frontend Initial work to improve documentation for Clang's diagnostics, from Matthieu Monrocq 2011-04-15 22:04:17 +00:00
Headers Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. 2010-12-02 17:31:16 +00:00
Index Fixes an instance method meta-data generation bug in 2011-04-22 22:02:28 +00:00
Lexer Have #pragma message not turn into error by -Werror, by default. Fixes rdar://9308989. 2011-04-21 17:11:44 +00:00
Misc Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837. 2011-04-21 23:08:23 +00:00
PCH C1X: implement generic selections 2011-04-15 00:35:48 +00:00
Parser Add -fdelayed-template-parsing option. Using this option all templated function definitions are parsed at the end of the translation unit only if it is required by an actual instantiation. As such all the symbols of the TU are available during name lookup. 2011-04-22 22:18:13 +00:00
Preprocessor PR9772: Fix the definition of WINT_MIN and WINT_MAX on Linux -ffreestanding. 2011-04-21 05:45:45 +00:00
Rewriter Fixup more objc rwriter bug having to do with 2011-04-11 21:17:02 +00:00
Sema For -Wlogical-op-parentheses, point at '&&', not '||'. Fixes rdar://9125333. 2011-04-22 19:16:27 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX reinterpret_cast to reference of a bit-field is not allowed. 2011-04-22 22:31:13 +00:00
SemaObjC Fixes an instance method meta-data generation bug in 2011-04-22 22:02:28 +00:00
SemaObjCXX Improve test case from prior commit ever so slightly 2011-04-20 18:20:33 +00:00
SemaOpenCL OpenCL: if double precision floating point constant encountered 2011-03-11 19:24:59 +00:00
SemaTemplate Implement appropriate semantics for C++ casting and conversion when 2011-04-15 17:59:54 +00:00
Unit Add CMake support to the clang unittests. 2011-02-15 07:54:28 +00:00
CMakeLists.txt Nth time's a charm? 2011-02-25 00:46:48 +00:00
Makefile test/Makefile: Reapply r127079, use $(ECHOPATH) to make lit.site.cfg(s). 2011-03-08 22:17:40 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg test/lit.cfg: bash is available on MSYS. 2011-03-05 11:16:06 +00:00
lit.site.cfg.in test: CMake: Be aware of LLVM_LIT_TOOLS_DIR. 2011-02-09 04:19:57 +00:00
make_test_dirs.pl