llvm-project/clang/test/SemaTemplate
Douglas Gregor be81045db7 Template instantiation for call expressions.
llvm-svn: 72081
2009-05-19 00:38:01 +00:00
..
class-template-decl.cpp One can use "class" and "struct" interchangeably to refer to a class 2009-05-03 17:18:57 +00:00
class-template-id-2.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
class-template-id.cpp Fix parsing of template classes prefixed by nested-name-specifiers 2009-03-25 15:40:00 +00:00
class-template-spec.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
current-instantiation.cpp Implement the notions of the "current instantiation" and "unknown 2009-05-11 19:58:34 +00:00
default-arguments.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
dependent-type-identity.cpp Implement the notions of the "current instantiation" and "unknown 2009-05-11 19:58:34 +00:00
fibonacci.cpp The injected-class-name of class templates and class template 2009-03-26 00:10:35 +00:00
fun-template-def.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
injected-class-name.cpp Implement the semantics of the injected-class-name within a class 2009-05-10 22:57:19 +00:00
instantiate-array.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
instantiate-call.cpp Template instantiation for call expressions. 2009-05-19 00:38:01 +00:00
instantiate-complete.cpp Implement explicit instantiations of member classes of class templates, e.g., 2009-05-14 00:28:11 +00:00
instantiate-enum.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
instantiate-expr-1.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
instantiate-expr-2.cpp Introduce basic support for instantiating the definitions of member 2009-05-14 23:26:13 +00:00
instantiate-expr-3.cpp Template instantiation for imaginary literals, because they were next in Expr.h 2009-05-18 22:38:38 +00:00
instantiate-expr-basic.cpp Test case for previous commit. Explicit instantiation does the trick. (Thanks, Anders.) 2009-05-16 18:59:35 +00:00
instantiate-field.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
instantiate-function-1.cpp Template instantiation for C++ try/catch statements. 2009-05-18 20:51:54 +00:00
instantiate-function-1.mm Improve checking of member expressions where the base type is a dependent type. 2009-05-16 20:31:20 +00:00
instantiate-function-2.cpp Make sure that we use the canonical type for the names of instantiated 2009-05-15 21:18:27 +00:00
instantiate-member-class.cpp Fix notes regarding the instantiation of member classes (and test 'em). 2009-03-25 21:23:52 +00:00
instantiate-method.cpp Template instantiation for conversion functions 2009-03-25 00:34:44 +00:00
instantiate-static-var.cpp Implement template instantiation for static data members of class 2009-03-25 23:32:15 +00:00
instantiate-subscript.cpp Template instantiation for array subscript expressions. This was far 2009-05-19 00:01:19 +00:00
instantiate-template-template-parm.cpp Implement template instantiation for template names, including both 2009-03-31 18:38:02 +00:00
instantiate-try-catch.cpp Deal with an icky corner case where we were complaining that a catch 2009-05-18 21:08:14 +00:00
instantiate-typedef.cpp Implement explicit instantiations of member classes of class templates, e.g., 2009-05-14 00:28:11 +00:00
instantiation-backtrace.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
instantiation-default-1.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
instantiation-default-2.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
instantiation-default-3.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
instantiation-depth.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
metafun-apply.cpp Improve the dependent nested-name-specifier test a bit 2009-03-31 20:07:16 +00:00
nested-name-spec-template.cpp Make the implicit-int handling error recovery stuff handle C++ 2009-04-14 22:17:06 +00:00
nested-template.cpp Tests and fixes for templates declared within (non-template) 2009-03-27 04:21:56 +00:00
qualified-names-diag.cpp Give Type::getDesugaredType a "for-display" mode that can apply more 2009-04-01 15:47:24 +00:00
right-angle-brackets-0x.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
right-angle-brackets-98.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
temp.cpp Parser::ParseDeclarationOrFunctionDefinition no longer needs to accept 2009-05-12 21:43:46 +00:00
temp_arg.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
temp_arg_nontype.cpp Add a test for canonicalization of template arguments 2009-05-11 16:52:38 +00:00
temp_arg_template.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
temp_arg_type.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
temp_explicit.cpp When instantiating the definition of a member function of a class 2009-05-18 17:01:57 +00:00
temp_explicit_cxx0x.cpp Improve the semantic checking for explicit instantiations of 2009-05-13 18:28:20 +00:00
temp_param.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
typename-specifier-2.cpp Parsing, semantic analysis, and template instantiation for typename 2009-04-01 00:28:59 +00:00
typename-specifier.cpp Make the implicit-int handling error recovery stuff handle C++ 2009-04-14 22:17:06 +00:00