llvm-project/clang/lib
Douglas Gregor 4fbe3e3014 Implement template argument deduction for class template
specialization types. As the example shows, we can now compute the
length of a type-list using a template metaprogram and class template
partial specialization.

llvm-svn: 73136
2009-06-09 16:35:58 +00:00
..
AST Delete method which is now trivial. 2009-06-08 05:08:54 +00:00
Analysis Fix: 2009-06-05 23:18:01 +00:00
Basic Add stack alignment to x86_64 target data. 2009-06-08 22:39:13 +00:00
CodeGen Remove a few more vector builtins. 2009-06-07 09:32:56 +00:00
Driver Forward -C and -CC to clang. 2009-06-08 21:48:20 +00:00
Frontend Misc minor fixes for clang for the Windows target. 2009-06-08 06:11:14 +00:00
Headers Remove a few more vector builtins. 2009-06-07 09:32:56 +00:00
Lex Move CharIsSigned from TargetInfo to LangOptions. 2009-06-05 07:05:05 +00:00
Parse Add more parser support for Microsoft extensions. 2009-06-08 23:27:34 +00:00
Rewrite Fix for PR2386: distinguish between insertion and replacements in the 2009-05-18 13:56:52 +00:00
Sema Implement template argument deduction for class template 2009-06-09 16:35:58 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00