hanchenye-llvm-project/clang/test
Anders Carlsson 83ac312965 Fix a bug where we would incorrectly report an error about initializing two fields in an anonymous struct.
llvm-svn: 99891
2010-03-30 16:19:37 +00:00
..
ASTMerge Add test for AST importing of C++ namespaces, missing from a prior commit 2010-02-24 21:53:36 +00:00
Analysis Improve diagnostics on incomplete implementation 2010-03-27 19:02:17 +00:00
CXX After performing template argument deduction for a function template, 2010-03-28 02:42:43 +00:00
CodeCompletion When pretty-printing tag types, only print the tag if we're in C (and 2010-03-10 11:27:22 +00:00
CodeGen When mapping restrict to noalias, look for 'restrict' on the parameter variable 2010-03-27 00:47:27 +00:00
CodeGenCXX Use the new function in EmitClassAggrMemberwiseCopy, fixing the same assert as seen in PR6628 but for arrays this time. 2010-03-30 03:30:08 +00:00
CodeGenObjC Fix a code gen. bug involving generation of getter method 2010-03-25 21:56:43 +00:00
CodeGenObjCXX Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
Coverage Revert changes r97693, r97700, and r97718. 2010-03-04 04:29:44 +00:00
Driver XFAIL the -nostdinc++ test on Windows; it doesn't look like we even have the notion of separate C and C++ paths there 2010-03-24 20:45:20 +00:00
FixIt When a declaration of a function is missing an exception specification 2010-03-24 07:14:45 +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 Update test case since c-index-test now works on invalid sources. 2010-03-26 01:34:53 +00:00
Lexer At sabre's request, drop the FP bounds diagnostics down to warnings and file 2010-02-26 23:35:57 +00:00
Misc Remove this test. It is causing problems has has relatively little value 2010-03-17 16:04:04 +00:00
PCH Use Daniel's trick for XFAIL'd tests 2010-03-25 16:40:13 +00:00
Parser Don't consume tokens past the end-of-file in an @interface. Fixes 2010-03-16 06:04:47 +00:00
Preprocessor add support for -MQ flag to quote targets in dependency file, 2010-03-29 17:55:58 +00:00
Rewriter Add tentative support for accessing local variables with 2010-03-11 18:20:03 +00:00
Sema Support __attribute__((packed)) (along with other attributes) at the 2010-03-29 14:42:08 +00:00
SemaCXX Fix a bug where we would incorrectly report an error about initializing two fields in an anonymous struct. 2010-03-30 16:19:37 +00:00
SemaObjC Further improvement to point to category 2010-03-27 21:10:05 +00:00
SemaObjCXX objective-c++ must take into account qualifiers when 2010-03-15 18:36:00 +00:00
SemaTemplate After performing template argument deduction for a function template, 2010-03-28 02:42:43 +00:00
CMakeLists.txt Add test cases for r98003 and r98006. 2010-03-08 23:38:27 +00:00
Makefile
TestRunner.sh
cxx-sections.data
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
make_test_dirs.pl