clang-1/test
John McCall 9983d2d76c Properly pop out of Objective-C method declarations when they are (ill-formedly)
found within contexts other than the translation unit.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110417 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-06 00:46:05 +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 add test case. 2010-08-06 00:04:40 +00:00
CXX Get rid of isObjectType; when C++ says "object type", it generally 2010-08-05 02:49:48 +00:00
CodeCompletion When performing code completion for a case statement in a switch whose 2010-07-28 21:50:18 +00:00
CodeGen We don't want to support built-ins which aren't needed by the intrinsics. Remove them 2010-08-05 23:47:43 +00:00
CodeGenCXX Don't crash when mangling empty anonymous unions. We never actually *need* 2010-08-05 22:02:13 +00:00
CodeGenObjC Add support for block imported struct variable layout info. 2010-08-05 21:00:25 +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: Start ripping out support for -pipe, which is worthless and complicates 2010-08-02 02:38:03 +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 Add AVX intrinsics header 2010-08-04 22:03:36 +00:00
Index Add code-completion support directly to ASTUnit, which performs code 2010-08-04 16:47:14 +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 Store the pending implicit instantiations in the PCH and perform them at the end of the translation unit that 2010-08-05 09:48:16 +00:00
Parser Allow multiple __declspec attributes after a class-key. 2010-08-05 17:13:11 +00:00
Preprocessor PR7795: Fix the definition of __WCHAR_MAX__ with -fshort-wchar. 2010-08-03 17:34:19 +00:00
Rewriter Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
Sema Labels (and case statement) don't create independent scope parents for the 2010-08-02 23:33:14 +00:00
SemaCXX PR7769: Fix references to anonymous structs/unions in base classes in 2010-08-05 10:11:36 +00:00
SemaObjC Tighten the rules when deciding if an ivar must be 2010-07-30 16:59:05 +00:00
SemaObjCXX Properly pop out of Objective-C method declarations when they are (ill-formedly) 2010-08-06 00:46:05 +00:00
SemaTemplate TDK_InconsistentQuals is really totally different from TDK_Inconsistent. 2010-08-05 09:05:08 +00:00
CMakeLists.txt CMake: Clang test targets depend on the {FileCheck,not,count} tools. 2010-07-29 22:57:17 +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 Add the structure for a C++ test suite that mimics the structure of the C++ standard 2009-06-13 06:06:53 +00:00