llvm-project/clang/test/CXX
Sebastian Redl 8035d1c435 Fix PR9941 again, this time for templates.
llvm-svn: 131640
2011-05-19 16:25:27 +00:00
..
basic Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
class Tweak the diagnostics for the C++0x extensions to friend types to note 2011-05-10 21:23:31 +00:00
class.access Tweak the diagnostics for the C++0x extensions to friend types to note 2011-05-10 21:23:31 +00:00
class.derived Get rid of handling of the 'explicit' keyword from class-head. We still parse it though, although that will change shortly. 2011-03-25 14:31:08 +00:00
conv Drop an unjustified limitation from Type::isObjectType(). Fixes PR7801 and doesn't seem to break anything. 2010-08-05 01:21:19 +00:00
dcl.dcl PR9908: Fix the broken fix for PR9902 to get the template argument lists in the right order. 2011-05-14 15:04:18 +00:00
dcl.decl PR9669: implement correct checking for [dcl.init.string]p2. 2011-04-11 00:23:45 +00:00
except Fix test case. 2011-03-15 21:15:06 +00:00
expr PR9899: handle pseudo-destructors correctly in noexcept() expressions. 2011-05-12 02:11:32 +00:00
lex Implement C++0x [lex.pptoken]p3's handling of <::. 2011-04-14 18:36:27 +00:00
over Make yet another placeholder type, this one marking that an expression is a bound 2011-04-26 20:42:42 +00:00
special Fix PR9941 again, this time for templates. 2011-05-19 16:25:27 +00:00
stmt.stmt Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291). 2011-04-14 22:09:26 +00:00
temp When checking a set of template parameter lists against a 2011-05-15 17:27:27 +00:00