clang-1/test/CXX
Jeffrey Yasskin 57d12fd4a2 PR7245: Make binding a reference to a temporary without a usable copy
constructor into an extension warning into the error that C++98 requires.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105529 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-07 15:58:05 +00:00
..
basic Add an extension to avoid an error when a global template has the same name as 2010-06-05 01:39:57 +00:00
class Turn access control on by default in -cc1. 2010-04-09 19:03:51 +00:00
class.access Make sure to check the accessibility of and mark the destructor for the 2010-06-03 20:39:03 +00:00
class.derived Implement computation of the final overriders for each virtual 2010-03-23 23:47:56 +00:00
conv Turn access control on by default in -cc1. 2010-04-09 19:03:51 +00:00
dcl.dcl It turns out that we should be allowing redeclarations within function 2010-05-06 23:31:27 +00:00
dcl.decl PR7245: Make binding a reference to a temporary without a usable copy 2010-06-07 15:58:05 +00:00
except/except.handle Improve diagnostics when we fail to convert from a source type to a 2010-04-09 00:35:39 +00:00
expr Test case for my last fix. 2010-05-07 11:15:33 +00:00
lex Fix for PR6220: compute the correct type for multicharacter literals. 2010-02-03 18:21:45 +00:00
over Implement C++ [over.ics.user]p3, which restricts the final conversion 2010-04-12 23:42:09 +00:00
special Add test case for PR6141, which was fixed a few days ago 2010-02-24 21:54:27 +00:00
stmt.stmt/stmt.select change Scope::WithinElse to be a normal scope flag, widen the 2010-04-12 06:12:50 +00:00
temp When checking for equality of template parameter lists, a template 2010-06-04 08:34:32 +00:00