llvm-project/clang/test/CXX
Douglas Gregor 125fa40c34 When calling a bound pointer to member function, check the
cv-qualifiers on the object against the cv-qualifiers on the member
function. Fixes PR8315.

llvm-svn: 124865
2011-02-04 12:57:49 +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 Implement access checking for the "delete" operator. Fixes PR9050, 2011-02-01 15:50:11 +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 When calling a bound pointer to member function, check the 2011-02-04 12:57:49 +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 Tweak my fix for PR8748, and update the incorrect PR number in the test case. 2011-02-04 12:22:53 +00:00