llvm-project/clang/test/CXX/temp/temp.spec
Richard Smith 0c062b408b Give more accurate descriptions of what kind of template we found in diagnostics.
We were previouly assuming that every type template was a class template, which
is not true any more.

llvm-svn: 291988
2017-01-14 02:19:59 +00:00
..
temp.expl.spec When producing a name of a partial specialization in a diagnostic, use the 2016-12-24 04:09:05 +00:00
temp.explicit Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'. 2016-12-23 00:23:01 +00:00
temp.inst Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a 2016-06-25 00:15:56 +00:00
cxx1y-variable-template-no-body.cpp Give more accurate descriptions of what kind of template we found in diagnostics. 2017-01-14 02:19:59 +00:00
no-body.cpp Improve error message when referencing a non-tag type with a tag 2016-12-09 19:47:58 +00:00
p5.cpp