llvm-project/clang/test
Jeffrey Yasskin c9b9bdcc20 There is no dcl.init.ref p16. This test deals with p5.
llvm-svn: 105351
2010-06-02 22:01:22 +00:00
..
ASTMerge Instead of counting totally diagnostics, split the count into a count 2010-04-07 18:47:42 +00:00
Analysis Add support for calloc() in MallocChecker. Patch by Jordy Rose, with my 2010-06-01 03:01:33 +00:00
CXX There is no dcl.init.ref p16. This test deals with p5. 2010-06-02 22:01:22 +00:00
CodeCompletion Make -code-completion-patterns only cover multi-line code 2010-05-28 00:22:41 +00:00
CodeGen Empty enum in c is now error to match gcc's behavior. 2010-05-28 22:23:22 +00:00
CodeGenCXX Block C++ code gen. Adds support for block reference argument 2010-06-02 21:35:17 +00:00
CodeGenObjC Fix testsuite for blocks mangling change 2010-05-25 17:46:21 +00:00
CodeGenObjCXX Objective-c++ IR gen. 2010-05-27 16:05:06 +00:00
Coverage "this patch properly addresses escaping < and > which might appear 2010-05-12 23:27:11 +00:00
Driver Daniel re-educated me about what Alias does and does not do. Turn that off for 2010-05-22 02:21:53 +00:00
FixIt Tweak test for non-64-bit Darwin 2010-05-31 14:58:57 +00:00
Frontend Fix PR5982, a refacto in checking for '=' in a -D argument. 2010-01-10 00:46:21 +00:00
Headers Make sure we don't include mm_malloc.h in this test, it includes errno.h which 2010-03-26 20:17:23 +00:00
Index Improve our handling of NULL after an escaping '\' in a string 2010-05-30 22:59:50 +00:00
Lexer Daniel re-educated me about what Alias does and does not do. Turn that off for 2010-05-22 02:21:53 +00:00
Misc Testcase for r103712. 2010-05-13 12:04:17 +00:00
PCH pch'ify CXXNewExpr and CXXZeroInitValueExpr 2010-05-10 01:22:27 +00:00
Parser Don't try to parse class template specializations in C. It can only 2010-05-30 22:30:21 +00:00
Preprocessor Add several more predefines from modern versions of GCC. 2010-05-28 00:27:15 +00:00
Rewriter Patch to rewrite block pointers as arguments to 2010-05-25 15:56:08 +00:00
Sema Changed text of 'empty enum' diagnostics to say so. 2010-05-28 22:43:53 +00:00
SemaCXX Turn on the new empty base subobject tracking code. It's a bit faster than the previous code. However, it still has quadratic performance, something which I intend to fix shortly in a subsequent patch. 2010-05-30 06:52:33 +00:00
SemaObjC Clang missing warning about conflicting declaration vs. definition 2010-05-21 23:28:58 +00:00
SemaObjCXX Implement support for variable length arrays in C++. VLAs are limited 2010-05-22 16:17:30 +00:00
SemaTemplate When we've parsed a nested-name-specifier in a member access 2010-05-27 15:25:59 +00:00
CMakeLists.txt Add test cases for r98003 and r98006. 2010-03-08 23:38:27 +00:00
Makefile sigh 2010-05-15 16:56:34 +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: Mangle '-vg' onto the end of the triple when running under valgrind, so 2010-03-20 21:13:08 +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