llvm-project/clang/test/SemaTemplate
Douglas Gregor 7de5966d76 Create a new PrintingPolicy class, which we pass down through the AST
printing logic to help customize the output. For now, we use this
rather than a special flag to suppress the "struct" when printing
"struct X" and to print the Boolean type as "bool" in C++ but "_Bool"
in C.

llvm-svn: 72590
2009-05-29 20:38:28 +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
enum-argument.cpp Fix the type of a enum non-type template argument within the instantiation. 2009-05-27 19:21:29 +00:00
example-dynarray.cpp Fix usage of placement new. Placement new is not actually declared implicitly. 2009-05-29 16:43:59 +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 Template instantiation for C99 designated initializers, because we 2009-05-21 23:17:49 +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-c99.cpp Template instantiation for C99 compound literals 2009-05-21 23:48:18 +00:00
instantiate-call.cpp Template instantiation for call expressions. 2009-05-19 00:38:01 +00:00
instantiate-cast.cpp Template instantiation for cast expressions. 2009-05-19 19:05:47 +00:00
instantiate-clang.cpp Template instantiation for ExtVectorElementExpr. 2009-05-22 23:07:44 +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-declref.cpp Follow-on test case for template instantiation of interesting DeclGroups 2009-05-29 14:26:40 +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 ExtVectorElementExpr. 2009-05-22 23:07:44 +00:00
instantiate-expr-4.cpp Template instantiation for qualified declaration reference 2009-05-22 23:47:06 +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 the GNU address-of-label extension. 2009-05-22 23:25:52 +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-type.cpp Template instantiation for "typeof" for both types and expressions. 2009-05-26 22:09:24 +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 Avoid using the built-in type checker for assignment in C++ when classes are involved. Patch by Vyacheslav Kononenko. 2009-05-21 11:50:50 +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 Create a new PrintingPolicy class, which we pass down through the AST 2009-05-29 20:38:28 +00:00
typename-specifier.cpp Make the implicit-int handling error recovery stuff handle C++ 2009-04-14 22:17:06 +00:00