hanchenye-llvm-project/clang/test
Argyrios Kyrtzidis 7bbb20e338 Add parsing support for C++ classes.
Note that Parser::ParseCXXMemberSpecification is temporarily disabled until the Sema support is in place.
Once ParseCXXMemberSpecification is enabled, the Parser/cxx-class.cpp test will pass.

llvm-svn: 52694
2008-06-24 22:12:16 +00:00
..
Analysis The CF retain/release checker now assumes that allocations do not fail. Eventually we will add a flag to the driver to enable allocation failures (documented as a FIXME). 2008-06-23 18:02:52 +00:00
CodeGen "This moves built-in Objective-C types up the scope chains to where they can be replaced by versions included from the runtime library's headers." 2008-06-21 20:20:39 +00:00
Lexer Multiple tests in a single test file must be linked with '&&'. 2008-06-12 12:40:02 +00:00
Misc Removed option "-parse-ast-check" from clang driver. This is now implemented 2007-09-26 20:14:22 +00:00
Parser Add parsing support for C++ classes. 2008-06-24 22:12:16 +00:00
Preprocessor Multiple tests in a single test file must be linked with '&&'. 2008-06-12 12:40:02 +00:00
Rewriter Switch 'super' from being a weird cast thing to being a predefined expr node. 2008-06-21 18:04:54 +00:00
Sema "this patch adds code generation hooks for Objective-C constant strings. It also modifies Sema so that Objective-C constant strings are treated as untyped objects if the interface for the constant string class can not be found. This is consistent with Apple GCC. I thought it was consistent with GNU GCC, since this was causing failures when trying to compile GNUstep with (GNU) GCC, but it appears that this is not the case when attempting to produce a simple test case to demonstrate it. Possibly there is a way of making the error go away, but I haven't found out what it is yet." 2008-06-21 21:44:18 +00:00
Serialization Added "complex.c" (a copy of test/Codegen/complex.) to the serialization 2007-11-29 19:05:51 +00:00
Makefile Remove Analysis-Apple. 2008-06-16 21:21:48 +00:00
TestRunner.sh The newest version of valgrind, 3.3.0, no longer appends PIDs to log filenames 2008-03-23 03:42:18 +00:00