hanchenye-llvm-project/clang/test
Mon P Wang cc2ab0cdc9 Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset.
llvm-svn: 100305
2010-04-04 03:10:52 +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 Use the element type to compute the array size when the base region is a VarRegion. 2010-04-01 08:20:27 +00:00
CXX Check in a motivating test for the revised access semantics. 2010-04-02 00:11:49 +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 Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. 2010-04-04 03:10:52 +00:00
CodeGenCXX Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. 2010-04-04 03:10:52 +00:00
CodeGenObjC Fix a code gen. bug involving generation of getter method 2010-03-25 21:56:43 +00:00
CodeGenObjCXX
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
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 Don't skip past the '}' if an expression has error and is not followed by ';'. 2010-03-31 00:37:59 +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 Improve diagnosing when a method type does not start with '-'|'+' 2010-04-02 23:15:40 +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__((unused)) on types. This suddenly started firing 2010-03-31 02:47:45 +00:00
SemaCXX Rework our handling of copy construction of temporaries, which was a 2010-04-02 18:24:57 +00:00
SemaObjC diagnose declaring class extension after its implementation 2010-04-02 20:53:05 +00:00
SemaObjCXX objective-c++ must take into account qualifiers when 2010-03-15 18:36:00 +00:00
SemaTemplate If a constructor is a dependent context, just set the base and member initializers as they are written. Fixes a bug where we wouldn't show initialization order warnings when instantiating. 2010-04-02 06:26:44 +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