llvm-project/clang/test/CXX
Douglas Gregor 8a8e0313bf Add builtin conditional operator candidates for scoped enumeration
types, from Alp Toker! Fixes PR8344.

llvm-svn: 116549
2010-10-15 00:50:56 +00:00
..
basic "const std::vector<int>*" not "std::vector<int> const*" 2010-09-05 00:27:00 +00:00
class Make sure that we diagnose invalid qualifiers on friend functions. 2010-10-14 22:03:51 +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 template-ids are looked up differently in friend declarations. 2010-10-14 22:22:28 +00:00
dcl.decl Make sure that we diagnose invalid qualifiers on friend functions. 2010-10-14 22:03:51 +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 Add builtin conditional operator candidates for scoped enumeration 2010-10-15 00:50:56 +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