hanchenye-llvm-project/clang/test/CXX
Douglas Gregor 42909754f6 Improve template argument deduction in the case where the parameter
type is a template-id (e.g., basic_ostream<CharT, Traits>) and the
argument type is a class that has a derived class matching the
parameter type. Previously, we were giving up on template argument
deduction too early.

llvm-svn: 83177
2009-09-30 22:13:51 +00:00
..
basic Spell clang-cc correctly. 2009-09-22 22:30:59 +00:00
class Rework the Parse-Sema interaction for friends to better support friend 2009-09-26 06:47:28 +00:00
class.derived/class.virtual When a member reference expression includes a qualifier on the member 2009-08-26 22:36:53 +00:00
dcl.dcl Fix name lookup for friend class templates to consider anything in a 2009-09-26 07:05:09 +00:00
dcl.decl/dcl.meaning When creating function types, remove any top-level CVR qualifications in the function type argument types. 2009-09-16 23:47:08 +00:00
lex/lex.trigraph Tests for C++ lex.trigraph, patch by Mats! 2009-08-23 08:22:33 +00:00
over Update for LLVM API change. 2009-07-27 21:00:51 +00:00
temp Improve template argument deduction in the case where the parameter 2009-09-30 22:13:51 +00:00