hanchenye-llvm-project/clang/test/CXX
Nico Weber 24b2a822dd PR9037: Allow override, final, and new as an extension on inline members.
llvm-svn: 124477
2011-01-28 06:07:34 +00:00
..
basic C++ [basic.scope.hiding] allows an ordinary name to hide a non-tag 2010-10-23 16:06:17 +00:00
class PR9037: Allow override, final, and new as an extension on inline members. 2011-01-28 06:07:34 +00:00
class.access When building a user-defined conversion sequence, keep track of the 2011-01-20 01:32:05 +00:00
class.derived Implement [class.derived]p8. 2011-01-22 22:23:37 +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 Get rid of [[hiding]], [[override]] and [[base_check]]. 2011-01-23 21:33:18 +00:00
dcl.decl Cope with parenthesized function declarators when emitting a 2011-01-27 01:30:16 +00:00
except Move unnamed_addr after the function arguments on Sabre's request. 2011-01-25 19:10:24 +00:00
expr Fix a horrible bug in our handling of C-style casting, where a C-style 2011-01-27 00:58: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 restriction that a function with a ref-qualifier cannot 2011-01-26 21:20:37 +00:00
special Rvalue references for *this: 2011-01-26 05:01:58 +00:00
stmt.stmt add missing newlines at end of file. 2010-12-21 02:36:58 +00:00
temp When we run into a template parameter that should have a default 2011-01-27 01:40:17 +00:00