clang-1/test
John McCall dd4a3b0065 Improved representation and support for friend class templates. Angst about same.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82088 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-16 22:47:08 +00:00
..
Analysis Have divide-by-zero checker not handled undefined denominators. This is handled by the generic checking for undefined operands for BinaryOperators. 2009-09-16 06:04:26 +00:00
CXX Improved representation and support for friend class templates. Angst about same. 2009-09-16 22:47:08 +00:00
CodeGen ARM/[A]APCS: Ignore empty records passed as arguments. 2009-09-14 21:54:03 +00:00
CodeGenCXX x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or a non-trivial copy constructor, it should be passed in a pointer. Daniel, plz review. 2009-09-16 15:53:40 +00:00
CodeGenObjC Starting patch to generate more specific API for objc's 2009-09-16 21:37:16 +00:00
Coverage Add test for finding bfin backend. 2009-08-18 07:07:14 +00:00
Driver Force triple. 2009-09-14 20:21:18 +00:00
FixIt
Frontend MultiTestRunner: Validate '&&' at the end of RUN lines. 2009-07-25 11:27:37 +00:00
Index Improve handling of initialization by constructor, by ensuring that 2009-09-09 23:08:42 +00:00
Lexer Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Misc PR4715 2009-08-14 04:07:15 +00:00
PCH Use %S, not `pwd`, and enable a line that *does* work. 2009-08-01 05:57:38 +00:00
Parser Add RUN line. 2009-09-12 23:06:30 +00:00
Preprocessor Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Rewriter Prep for new warning. 2009-07-22 00:43:08 +00:00
Sema Some people don't want to fix their broken code just yet, so turn off 2009-09-16 00:39:34 +00:00
SemaCXX Improve handling of vector casts in C++. 2009-09-16 19:19:43 +00:00
SemaObjC Update tests 2009-09-14 22:00:20 +00:00
SemaObjCXX this test crashes, disable it harder. 2009-07-28 18:22:50 +00:00
SemaTemplate Teach Sema::FindInstantiatedDecl to find instantiated RecordDecls even 2009-09-16 18:34:49 +00:00
CMakeLists.txt CMake: Generate LIT site configuration file for Clang tests, which Daniel will probably have to fix 2009-09-16 22:30:48 +00:00
Makefile Teach LIT2 how to run Clang tests in the objdir for srcdir != objdir builds. 2009-09-10 23:00:15 +00:00
TestRunner.sh Don't substitute prcontext. 2009-09-10 04:57:10 +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: Stash clang/clang-cc and LLVM src/obj paths for use elsewhere. 2009-09-16 01:39:52 +00:00
lit.site.cfg.in CMake: Generate LIT site configuration file for Clang tests, which Daniel will probably have to fix 2009-09-16 22:30:48 +00:00
make_test_dirs.pl