clang-1/test
Anders Carlsson c7974ca531 Handle emitting static variables that have reference type.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91027 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-10 01:05:11 +00:00
..
Analysis Fix null dereference in OSAtomicChecker and special case SymbolicRegions. We still aren't handling them correctly; I've added to failing test cases to test/Analysis/NSString-failed-cases.m that should pass and then be merged in to test/Analysis/NSString.m. 2009-12-09 23:29:55 +00:00
CXX Reimplement reference initialization (C++ [dcl.init.ref]) using the 2009-12-09 23:02:17 +00:00
CodeCompletion Improve code-completion results for the flags in an @property 2009-11-19 00:01:57 +00:00
CodeGen Fix for PR5709: use the computed type of the declaration instead of the 2009-12-09 03:05:59 +00:00
CodeGenCXX Handle emitting static variables that have reference type. 2009-12-10 01:05:11 +00:00
CodeGenObjC Code gen for ObjCIsaExpr AST used as lvalue. 2009-12-09 23:35:29 +00:00
Coverage Normalize options to use '-FOO' instead of '--FOO'. 2009-11-29 09:33:10 +00:00
Driver Improve test portability. 2009-12-08 22:22:20 +00:00
FixIt Implement conversion from a switch condition with class type to an 2009-11-23 13:46:08 +00:00
Frontend Use '-FOO' 'BAR' instead of '-FOO=BAR' in tests. 2009-11-30 08:41:04 +00:00
Index When in an Objective-C instance method, super is a valid code-completion result 2009-12-07 09:54:55 +00:00
Lexer Integrate the following from the 'objective-rewrite' branch: 2009-12-08 16:38:12 +00:00
Misc Switch this test to use clang-cc. 2009-12-08 21:12:25 +00:00
PCH Add a pretty horrible hack to prevent clang from crashing with inconsistent PCH 2009-12-06 05:43:36 +00:00
Parser fix PR5740: a colon is sacred when parsing case statement expressions! 2009-12-10 00:38:54 +00:00
Preprocessor Improve test portability; I can't figure out how to get the regexp library to 2009-12-09 00:04:46 +00:00
Rewriter Integrate the following from the 'objective-rewrite' branch: 2009-12-05 21:43:12 +00:00
Sema First pass at implementing C++ enum semantics: calculate (and store) an 2009-12-09 09:09:27 +00:00
SemaCXX Reimplement reference initialization (C++ [dcl.init.ref]) using the 2009-12-09 23:02:17 +00:00
SemaObjC Patch to warn when discarding objective-c pointer type qualifiers 2009-12-08 03:35:08 +00:00
SemaObjCXX More detailed analysis of typecast to an objective-c pointer 2009-12-08 23:09:15 +00:00
SemaTemplate Reimplement reference initialization (C++ [dcl.init.ref]) using the 2009-12-09 23:02:17 +00:00
CMakeLists.txt CMake: Add support for running tests with valgrind. 2009-11-22 21:55:22 +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