hanchenye-llvm-project/clang/test
Jordy Rose 55442abee6 Don't warn about unreachable code if the block starts with __builtin_unreachable().
The next step is to warn if a block labeled unreachable is, in fact, reachable. Somewhat related to PR810.

llvm-svn: 109487
2010-07-27 03:39:53 +00:00
..
ASTMerge Hack in some really terrible C++ record PCH support that I need right now. 2010-06-03 19:28:45 +00:00
Analysis Don't warn about unreachable code if the block starts with __builtin_unreachable(). 2010-07-27 03:39:53 +00:00
CXX Treat template parameters as part of the declaration-specifiers for the 2010-07-16 08:13:16 +00:00
CodeCompletion Only filter out names reserved for the implementation (e.g., __blah or 2010-07-14 17:44:04 +00:00
CodeGen 2nd argument of __builtin_expect must be evaluated 2010-07-26 23:11:03 +00:00
CodeGenCXX Test for the presence of EH branch-throughs instead of normal branch-throughs. 2010-07-26 22:44:58 +00:00
CodeGenObjC Return type of a setter call caused by 2010-07-24 00:34:08 +00:00
CodeGenObjCXX Support catching Objective C pointers in C++ under the non-fragile NeXT runtime. 2010-07-24 00:37:23 +00:00
Coverage Eliminate the "minimal" and printing parser actions, which only ever 2010-07-26 04:08:02 +00:00
Driver Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86. 2010-07-22 01:47:22 +00:00
FixIt Introduce -f{no-}spell-checking options to enable/disable 2010-07-09 17:35:33 +00:00
Frontend Driver/Darwin: Resolve deployment target defaulting to be more predictable; 2010-07-15 16:18:06 +00:00
Headers Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't always 2010-06-30 06:30:56 +00:00
Index Implement -fno-validate-pch at the -cc1 level, which suppresses most 2010-07-27 00:27:13 +00:00
Lexer tests: Make FileCheck version check that preamble isn't longer than we expected. 2010-07-22 02:22:24 +00:00
Misc tests: Use %clangxx when using driver for C++, in case C++ support is disabled. 2010-06-29 16:52:24 +00:00
PCH Introduce basic support for loading a precompiled preamble while 2010-07-26 21:36:20 +00:00
Parser Eliminate the "minimal" and printing parser actions, which only ever 2010-07-26 04:08:02 +00:00
Preprocessor Add another terrible VC++ compatibility hack: allow users to 2010-07-17 16:24:30 +00:00
Rewriter Fix a rewriter bug which originates in SemaInit involving 2010-07-21 17:36:39 +00:00
Sema Mark __builtin_eh_return as noreturn. Patch by Dimitry Andric. 2010-07-26 22:04:15 +00:00
SemaCXX turn down the logical bitwise confusion warning to not warn 2010-07-24 01:10:11 +00:00
SemaObjC Warn when property ivar lookup finds a global variable 2010-07-22 23:33:21 +00:00
SemaObjCXX Support catching Objective C pointers in C++ under the non-fragile NeXT runtime. 2010-07-24 00:37:23 +00:00
SemaTemplate PR7698: Make sure we correctly handle the initialization of an array with 2010-07-24 21:19:15 +00:00
CMakeLists.txt Add test cases for r98003 and r98006. 2010-03-08 23:38:27 +00:00
Makefile daniel doesn't hate me, he hates macpython 2.5, which 2010-07-18 18:42:35 +00:00
TestRunner.sh Switch TestRunner.sh to just use 'lit'. 2009-09-20 22:00:23 +00:00
cxx-sections.data Update C++ section data and directory structure to reflect N2914 2009-06-30 16:45:27 +00:00
lit.cfg tests: Use %clangxx when using driver for C++, in case C++ support is disabled. 2010-06-29 16:52:24 +00:00
lit.site.cfg.in Rework site config for cmake to be generated at configure time, and only pass 2009-11-07 23:53:32 +00:00
make_test_dirs.pl