llvm-project/clang/test/CXX/basic
Jeffrey Yasskin 823015d627 When a template (without arguments) is passed as a template type
parameter, explicitly ask the user to give it arguments.  We used to
complain that it wasn't a type and expect the user to figure it out.

llvm-svn: 100729
2010-04-08 00:03:06 +00:00
..
basic.def.odr Check for redefinitions in MergeVarDecl. This finds redefinitions of globals without an initializer in C++ and thus fixes PR5451. 2010-02-02 18:35:11 +00:00
basic.link Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
basic.lookup When a template (without arguments) is passed as a template type 2010-04-08 00:03:06 +00:00
basic.start/basic.start.main Tweak the text of several main() diagnostics and punch a hole specifically for 2009-12-24 09:58:38 +00:00
basic.stc/basic.stc.dynamic When a declaration of a function is missing an exception specification 2010-03-24 07:14:45 +00:00