clang-1/test
Eli Friedman 470fb73d4e Fix linkage of type info and vtable for classes without linkage.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91152 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-11 20:48:18 +00:00
..
Analysis Enhance understanding of VarRegions referenced by a block whose declarations are outside the current stack frame. Fixes <rdar://problem/7462324>. 2009-12-11 06:43:27 +00:00
CXX Test member template using hiding. 2009-12-11 02:55:56 +00:00
CodeCompletion Add a function's cv-qualifiers to the code-completion results as an 2009-12-11 18:44:16 +00:00
CodeGen Fix for PR5709: use the computed type of the declaration instead of the 2009-12-09 03:05:59 +00:00
CodeGenCXX Fix linkage of type info and vtable for classes without linkage. 2009-12-11 20:48:18 +00:00
CodeGenObjC Code gen for ObjCIsaExpr AST used as lvalue. 2009-12-09 23:35:29 +00:00
CodeGenObjCXX Mangle static variables inside Objective-C methods in Objective-C++. We currently mangle them the same way as gcc does. 2009-12-10 03:14:39 +00:00
Coverage Normalize options to use '-FOO' instead of '--FOO'. 2009-11-29 09:33:10 +00:00
Driver Improve test portability. 2009-12-08 22:22:20 +00:00
FixIt Implement conversion from a switch condition with class type to an 2009-11-23 13:46:08 +00:00
Frontend Use '-FOO' 'BAR' instead of '-FOO=BAR' in tests. 2009-11-30 08:41:04 +00:00
Index Tweak code-completion results by suppressing class template 2009-12-11 17:31:05 +00:00
Lexer Integrate the following from the 'objective-rewrite' branch: 2009-12-08 16:38:12 +00:00
Misc Switch this test to use clang-cc. 2009-12-08 21:12:25 +00:00
PCH Remove this test for now, it is flaky. 2009-12-11 00:27:30 +00:00
Parser If we enter parens, colons can become un-sacred, allowing us to emit 2009-12-10 02:08:07 +00:00
Preprocessor Improve test portability; I can't figure out how to get the regexp library to 2009-12-09 00:04:46 +00:00
Rewriter Integrate the following from the 'objective-rewrite' branch: 2009-12-05 21:43:12 +00:00
Sema Testcase for recent checkin. 2009-12-11 00:10:15 +00:00
SemaCXX Don't enter a new scope for a namespace-qualified declarator unless we're 2009-12-11 20:04:54 +00:00
SemaObjC Patch to warn when discarding objective-c pointer type qualifiers 2009-12-08 03:35:08 +00:00
SemaObjCXX Give the "cannot pass object of non-POD type 'class C' through variadic constructor; call will abort at runtime" warning a -W flag (non-pod-varargs) and default it being an error by default. There is no good reason to allow users to get bitten by this sort of thing by default. 2009-12-11 01:52:50 +00:00
SemaTemplate Fix the handling of dependent enums per C++ DR 502. 2009-12-11 01:34:50 +00:00
CMakeLists.txt CMake: Add support for running tests with valgrind. 2009-11-22 21:55:22 +00:00
Makefile Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax) 2009-11-05 16:36:19 +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 Drop require_and_and argument. 2009-11-08 01:47:35 +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