History log of /external/clang/test/SemaTemplate/template-decl-fail.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
01180a6381cdab52da3c9d4dbd90d7595fbc0f10 03-May-2010 Douglas Gregor <doug.gregor@gmail.com> It's okay to reference an enum in a template definition, even though
it's ill-formed to form an enum template. Fixes <rdar://problem/7933063>.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102926 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaTemplate/template-decl-fail.cpp
70215ec6c46b8d5a701be9ce33e5a11d91d82d0e 08-Apr-2010 Douglas Gregor <doug.gregor@gmail.com> Downgrade the "declaration does not declare anything" error to a
warning. It's not harmful to have such pointless declarations, and GCC
does not diagnose this issue consistently.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100814 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaTemplate/template-decl-fail.cpp
befd3eac9dd217a76f139bddc714f35e26688467 02-Mar-2010 Douglas Gregor <doug.gregor@gmail.com> Diagnose the declaration of enum templates. Also, be a bit more
careful about value-dependent enumerators. Fixes PR5786.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97570 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaTemplate/template-decl-fail.cpp
3573b2c84372d9484296fa658f5276f6c09acb92 15-Dec-2009 Daniel Dunbar <daniel@zuster.org> Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
- This is designed to make it obvious that %clang_cc1 is a "test variable"
which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it
can be useful to redefine what gets run as 'clang -cc1' (for example, to set
a default target).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91446 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaTemplate/template-decl-fail.cpp
2ae1d770afc17f52a4434b492cf6ea685a724092 24-Jun-2009 Douglas Gregor <doug.gregor@gmail.com> Start propagating template parameter lists to the right places to
handle function templates. There's no actual code for function
templates yet, but at least we complain about typedef templates.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74021 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaTemplate/template-decl-fail.cpp