llvm-project/clang/test/SemaTemplate
Douglas Gregor ccb0776288 Finished semantic analysis of non-type template arguments, to check
for non-external names whose address becomes the template
argument. This completes C++ [temp.arg.nontype]p1.

Note that our interpretation of C++ [temp.arg.nontype]p1b3 differs
from EDG's interpretation (we're stricter, and GCC agrees with
us). They're opening a core issue about the matter.

llvm-svn: 64317
2009-02-11 19:52:55 +00:00
..
class-template-decl.cpp Semantic checking for class template declarations and 2009-02-06 22:42:48 +00:00
class-template-id.cpp Start processing template-ids as types when the template-name refers 2009-02-09 18:46:07 +00:00
default-arguments.cpp Allow the use of default template arguments when forming a class 2009-02-11 18:16:40 +00:00
temp_arg.cpp Allow the use of default template arguments when forming a class 2009-02-11 18:16:40 +00:00
temp_arg_nontype.cpp Finished semantic analysis of non-type template arguments, to check 2009-02-11 19:52:55 +00:00
temp_arg_template.cpp Implement semantic checking for template arguments that correspond to 2009-02-11 16:16:59 +00:00
temp_arg_type.cpp Implement semantic checking for template arguments that correspond to 2009-02-11 16:16:59 +00:00
temp_param.cpp Add partial semantic checking of template arguments that are meant for 2009-02-11 00:19:33 +00:00