llvm-project/clang/test/CXX
John McCall f7cfb2212c Support friend function declarations in local classes correctly.
Fixes a crash and diagnoses the error condition of an unqualified
friend which doesn't resolve to something.  I'm still not certain how
this is useful.

llvm-svn: 116393
2010-10-13 05:45:15 +00:00
..
basic "const std::vector<int>*" not "std::vector<int> const*" 2010-09-05 00:27:00 +00:00
class If we end up instantiating a function parameter whose default argument 2010-10-12 18:23:32 +00:00
class.access Support friend function declarations in local classes correctly. 2010-10-13 05:45:15 +00:00
class.derived Implement computation of the final overriders for each virtual 2010-03-23 23:47:56 +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 Make inline namespace not be transparent after all. The concept simply doesn't fit. Instead, special-case the few places where transparent contexts have the desired behavior for inline namespaces. Fixes a redeclaration issue in inline namespaces. 2010-08-31 20:53:31 +00:00
dcl.decl In Sema's TryRefInitWithConversionFunction, suppress user conversions for the overload candidates. 2010-10-05 03:05:30 +00:00
except Apparently the {{$}} hack doesn't work on Windows; I am saddened but not 2010-07-08 13:17:29 +00:00
expr Progress. 2010-10-12 02:09:17 +00:00
lex Fix for PR6220: compute the correct type for multicharacter literals. 2010-02-03 18:21:45 +00:00
over Implement the "note" in C++ [over.built]p1, which is actually meant to 2010-09-12 04:28:07 +00:00
special 'const std::type_info*' instead of 'std::type_info const*' 2010-09-05 00:17:29 +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 Teach the warning about unnamed/local types in template arguments to 2010-10-13 00:27:52 +00:00