hanchenye-llvm-project/clang/test/SemaTemplate
Douglas Gregor 4b7f3d7344 Devious test-case involved overload resolution and ADL during template instantiation.
llvm-svn: 66951
2009-03-13 21:04:12 +00:00
..
class-template-decl.cpp Fix a long standard problem with clang retaining "too much" sugar 2009-02-19 23:45:49 +00:00
class-template-id-2.cpp Add pretty-printing for class template specializations, e.g., 2009-03-10 18:33:27 +00:00
class-template-id.cpp Added ClassTemplateSpecializationDecl, which is a subclass of 2009-02-17 01:05:43 +00:00
class-template-spec.cpp Add pretty-printing for class template specializations, e.g., 2009-03-10 18:33:27 +00:00
default-arguments.cpp Implement parsing of nested-name-specifiers that involve template-ids, e.g., 2009-02-25 19:37:18 +00:00
fun-template-def.cpp Make more AST nodes and semantic checkers dependent-expression-aware. 2009-02-26 14:39:58 +00:00
instantiate-expr-1.cpp Implement template instantiation for several more kinds of expressions: 2009-03-13 21:01:28 +00:00
instantiate-expr-2.cpp Devious test-case involved overload resolution and ADL during template instantiation. 2009-03-13 21:04:12 +00:00
instantiate-field.cpp Implement basic template instantiation for fields. Reshuffle checking 2009-03-11 18:59:21 +00:00
instantiate-typedef.cpp Add basic, hackish support for instantiation of typedefs in a class 2009-03-11 16:48:53 +00:00
instantiation-backtrace.cpp If we run into multiple errors within the same template instantiation, 2009-03-10 18:52:44 +00:00
instantiation-default-1.cpp Extend the notion of active template instantiations to include the 2009-03-10 20:44:00 +00:00
instantiation-default-2.cpp Extend the notion of active template instantiations to include the 2009-03-10 20:44:00 +00:00
instantiation-default-3.cpp Add a test case that goes with the last commit 2009-03-09 23:48:53 +00:00
instantiation-depth.cpp Add pretty-printing for class template specializations, e.g., 2009-03-10 18:33:27 +00:00
nested-name-spec-template.cpp Fix various problems with matching out-of-line definitions of static 2009-03-11 23:52:16 +00:00
right-angle-brackets-0x.cpp Cope with use of the token '>>' inside a template argument list, e.g., 2009-02-25 23:02:36 +00:00
right-angle-brackets-98.cpp Introduce code modification hints into the diagnostics system. When we 2009-02-26 21:00:50 +00:00
temp_arg.cpp Implement parsing of nested-name-specifiers that involve template-ids, e.g., 2009-02-25 19:37:18 +00:00
temp_arg_nontype.cpp Introduce code modification hints into the diagnostics system. When we 2009-02-26 21:00:50 +00:00
temp_arg_template.cpp Implement parsing of nested-name-specifiers that involve template-ids, e.g., 2009-02-25 19:37:18 +00:00
temp_arg_type.cpp Implement template instantiation for ClassTemplateSpecializationTypes, 2009-03-09 23:48:35 +00:00
temp_param.cpp Add partial semantic checking of template arguments that are meant for 2009-02-11 00:19:33 +00:00