llvm-project/clang/test
Fariborz Jahanian 252ba5fb6f This patch implements objective-c's 'SEL' type as a built-in
type and fixes a long-standing code gen. crash reported in
at least two PRs and a radar. (radar 7405040 and pr5025). 
There are couple of remaining issues that I would like for
Ted. and Doug to look at:

Ted, please look at failure in Analysis/MissingDealloc.m.
I have temporarily added an expected-warning to make the
test pass. This tests has a declaration of 'SEL' type which
may not co-exist with the new changes.

Doug, please look at a FIXME in PCHWriter.cpp/PCHReader.cpp.
I think the changes which I have ifdef'ed out are correct. They
need be considered for in a few Indexer/PCH test cases.

llvm-svn: 89561
2009-11-21 19:53:08 +00:00
..
Analysis This patch implements objective-c's 'SEL' type as a built-in 2009-11-21 19:53:08 +00:00
CXX "Incremental" progress on using expressions, by which I mean totally ripping 2009-11-21 08:51:07 +00:00
CodeCompletion Improve code-completion results for the flags in an @property 2009-11-19 00:01:57 +00:00
CodeGen Convert test to FileCheck. 2009-11-20 23:46:56 +00:00
CodeGenCXX Mangler: Sketch mangling for TemplateArgument::Declaration kind. 2009-11-21 09:17:15 +00:00
CodeGenObjC This patch implements objective-c's 'SEL' type as a built-in 2009-11-21 19:53:08 +00:00
Coverage Move -fnext-runtime defaulting to driver (and change clang-cc default to 2009-11-17 07:07:28 +00:00
Driver Standardize Driver translation to call clang-cc using '-foo' form instead of '--foo'. 2009-11-20 22:21:36 +00:00
FixIt Drop unnecessary #include. 2009-11-17 22:25:16 +00:00
Frontend Fix refactoro, clang-cc wasn't properly reporting errors when opening an output file failed. 2009-11-20 22:32:38 +00:00
Index Add missing testcase for Objective-C p@property getter/setter completions 2009-11-19 07:58:03 +00:00
Lexer Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do. 2009-11-17 08:57:36 +00:00
Misc Remove some redundant tests. 2009-11-17 08:57:06 +00:00
PCH Fix PCH/preprocess test to be more useful, and unbreak -E mode with implicit 2009-11-12 01:36:20 +00:00
Parser Added rudimentary C++0x attribute support. 2009-11-21 08:43:09 +00:00
Preprocessor Avoid unwanted expansion in macros that paste together INT<n>_C(v) and 2009-11-20 16:49:10 +00:00
Rewriter Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
Sema Driver: Use '-target-abi' 'FOO' instead of '-target-abi=FOO'. 2009-11-20 22:32:30 +00:00
SemaCXX Added rudimentary C++0x attribute support. 2009-11-21 08:43:09 +00:00
SemaObjC "Incremental" progress on using expressions, by which I mean totally ripping 2009-11-21 08:51:07 +00:00
SemaObjCXX Switch XFAIL format to match LLVM. 2009-11-03 07:25:45 +00:00
SemaTemplate When checking the base object of a member access expression (b.foo, 2009-11-20 19:58:21 +00:00
CMakeLists.txt Simplify. 2009-11-08 09:46:39 +00:00
Makefile Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax) 2009-11-05 16:36:19 +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 Drop require_and_and argument. 2009-11-08 01:47:35 +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