hanchenye-llvm-project/clang/test
Charles Davis 2a47730767 Mangle arrays in the Microsoft C++ Mangler. It's not quite finished (it
doesn't mangle array parameters right), but I think that should be fixed
in Sema (Doug, John, what do you think?).

Also, stub out the remaining mangleType() routines.

llvm-svn: 107264
2010-06-30 08:09:57 +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 Pointers casted as integers still count as locations to SimpleSValuator, so don't crash if we do a funny thing like ((int)ptr)&1. Fixes PR7527. 2010-06-30 01:35:20 +00:00
CXX tests: Use %clangxx when using driver for C++, in case C++ support is disabled. 2010-06-29 16:52:24 +00:00
CodeCompletion Make -code-completion-patterns only cover multi-line code 2010-05-28 00:22:41 +00:00
CodeGen Revert r107173, "fix PR7519: after thrashing around and remembering how all this stuff", it broke bootstrap. 2010-06-30 00:22:35 +00:00
CodeGenCXX Mangle arrays in the Microsoft C++ Mangler. It's not quite finished (it 2010-06-30 08:09:57 +00:00
CodeGenObjC IRgen: Assignment to Objective-C properties shouldn't reload the value, for 2010-06-29 22:44:21 +00:00
CodeGenObjCXX Renamed selactor-expr-lvalue.mm to selector-expr-lvalue.mm. 2010-06-24 16:40:16 +00:00
Coverage "this patch properly addresses escaping < and > which might appear 2010-05-12 23:27:11 +00:00
Driver tests: Use %clangxx when using driver for C++, in case C++ support is disabled. 2010-06-29 16:52:24 +00:00
FixIt Fix broken testcase 2010-06-29 19:17:14 +00:00
Frontend tests: Update Frontend config to actually run ir-support tests. 2010-06-16 20:04:36 +00:00
Headers Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't always 2010-06-30 06:30:56 +00:00
Index Add USR tests for ObjC class extensions. 2010-06-23 18:10:30 +00:00
Lexer tests: Use %clangxx when using driver for C++, in case C++ support is disabled. 2010-06-29 16:52: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 Support C++ friend declarations for PCH. 2010-06-29 22:47:00 +00:00
Parser improve altivec vector bool/pixel support, patch by Anton Yartsev 2010-06-23 06:00:24 +00:00
Preprocessor Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't always 2010-06-30 06:30:56 +00:00
Rewriter Patch to rewrite block pointers as arguments to 2010-05-25 15:56:08 +00:00
Sema Re-improve recovery when the condition of a switch statement does not 2010-06-29 23:25:20 +00:00
SemaCXX Reapply r107235, this time with both my typo fixed, and a logical bug fixed. 2010-06-30 02:59:29 +00:00
SemaObjC Add test case for <rdar://problem/4289832>. Clang actuallys gets 2010-06-29 20:25:42 +00:00
SemaObjCXX tests: Use %clangxx when using driver for C++, in case C++ support is disabled. 2010-06-29 16:52:24 +00:00
SemaTemplate tests: Use %clangxx when using driver for C++, in case C++ support is disabled. 2010-06-29 16:52:24 +00:00
CMakeLists.txt Add test cases for r98003 and r98006. 2010-03-08 23:38:27 +00:00
Makefile I don't know when I committed this, but it's probably a "bad thing". 2010-06-25 05:00:29 +00:00
TestRunner.sh Switch TestRunner.sh to just use 'lit'. 2009-09-20 22:00:23 +00:00
cxx-sections.data
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