clang-1/test
Douglas Gregor ce82196076 Member function templates can occur after . or ->
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91137 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-11 18:14:22 +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 Member function templates can occur after . or -> 2009-12-11 18:14:22 +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 for PR5706: let mangleName deal with mangling names without identifiers 2009-12-11 18:00:57 +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 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
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
cxx-sections.data
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