hanchenye-llvm-project/clang/test
Argyrios Kyrtzidis 6fe744cc38 When resolving default template arguments, it should be done in the declaration context
of the template what we are going to instantiate.

Fixes various crashes of rdar://11242625 & http://llvm.org/PR11421.

llvm-svn: 155576
2012-04-25 18:39:17 +00:00
..
ARCMT [arcmt] When fixing the "unassigned init call" ARC error, make sure 2012-03-31 01:34:06 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis Add atan, atan2, exp, and log to the builtin math library functions. 2012-04-24 22:40:01 +00:00
CXX PR12625: Cope with classes which have incomplete base or member types: 2012-04-25 18:28:49 +00:00
CodeCompletion Add 'env' in hopes of making this test pass on Windows. 2012-04-16 03:22:35 +00:00
CodeGen Add atan, atan2, exp, and log to the builtin math library functions. 2012-04-24 22:40:01 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Forward declarations should take a context. This helps the debugger 2012-04-23 19:00:24 +00:00
CodeGenObjC Forward declarations should take a context. This helps the debugger 2012-04-23 19:00:24 +00:00
CodeGenObjCXX Fix a Sema invariant bug that I recently introduced involving 2012-04-06 18:20:53 +00:00
CodeGenOpenCL Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm 2012-04-14 12:37:26 +00:00
Coverage rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Driver Make asan-ld test windows-safe. 2012-04-25 09:28:10 +00:00
FixIt Re-add the closing '}' for the namespace I accidentally deleted when 2012-04-19 23:26:12 +00:00
Frontend Escape % in diagnostic message when compiling LLVM IR. 2012-03-16 22:31:42 +00:00
Headers Let NULL and MSVC headers coexist better. 2012-04-24 21:27:01 +00:00
Index [libclang] Make sure that when we have multiple @class references in the same line, 2012-04-16 22:42:01 +00:00
Lexer Fix tests that weren't actually verifying anything. 2012-04-15 22:09:44 +00:00
Misc fix display of source lines with null characters 2012-04-18 02:44:48 +00:00
Modules There's some code in the PCH reader that looks like it's needlessly complex, but 2012-04-12 07:56:21 +00:00
PCH PR12585: When processing a friend template inside a class template, don't 2012-04-22 02:13:50 +00:00
Parser Implements boxed expressions for Objective-C. <rdar://problem/10194391> 2012-04-19 00:25:12 +00:00
Preprocessor Fix tests that weren't actually verifying anything. 2012-04-15 22:09:44 +00:00
Rewriter improve a modern objc translator test. 2012-04-25 18:11:57 +00:00
Sema with -Wdeprecated, include a note to its deprecated declaration 2012-04-23 20:30:52 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Thread safety analysis: refactor test cases so that the style is 2012-04-23 20:41:57 +00:00
SemaObjC with -Wdeprecated, include a note to its deprecated declaration 2012-04-23 20:30:52 +00:00
SemaObjCXX Teach RequireCompleteType about multi-dimensional arrays. Fixes 2012-04-23 16:42:52 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate When resolving default template arguments, it should be done in the declaration context 2012-04-25 18:39:17 +00:00
Tooling Fixes the header search logic for tools: 2012-04-25 09:25:41 +00:00
Unit
CMakeLists.txt Add the dependency on clang-check to clang-test, so clang-check 2012-04-04 12:18:22 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg test/lit.cfg: Please pass %INCLUDE% to clang.exe on Win32. MS-compatible clang may refer to %INCLUDE%. It fixes r154188. 2012-04-07 01:02:53 +00:00
lit.site.cfg.in
make_test_dirs.pl