summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/member-pointer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Teach the ARC compiler to not require __bridge casts whenJohn McCall2011-10-171-1/+1
* Perform lvalue-to-rvalue conversions on both operands of ->*John McCall2011-06-301-0/+16
* Classify bound member function types are member function types. FixesDouglas Gregor2011-05-211-0/+25
* There is no reason for dereferencing a pointer-to-member to requireDouglas Gregor2010-10-131-2/+3
* Continue to instantiate sub-statements in a CompoundStmt as long asJohn McCall2010-08-271-3/+38
* Propagate whether an id-expression is the immediate argument ofJohn McCall2010-08-271-3/+64
* Use CanQualType to enforce the use of a canonical type argument toDouglas Gregor2010-05-211-0/+17
* Require a complete type for the lhs of member pointer dereference operations ...Sebastian Redl2010-04-231-0/+10
* When a member pointer is dereferenced, the class it points into must be compl...Sebastian Redl2010-04-101-2/+2
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-7/+7
* Fix an assertion-on-error during tentative constructor parsing byJohn McCall2010-02-261-2/+1
* Make Clang complain about taking the address of an unqualified member functio...Sebastian Redl2010-01-111-1/+13
* Initialization improvements: addition of string initialization and a fewEli Friedman2009-12-191-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Implement [expr.mptr.oper]p6 for '->*' operator.Fariborz Jahanian2009-10-081-1/+1
* Implement support for equality comparisons (!=, ==) of memberDouglas Gregor2009-08-241-0/+8
* Make an error message more clear.Anders Carlsson2009-06-301-1/+1
* Handle member pointer types with dependent class types (e.g., intDouglas Gregor2009-06-091-1/+2
* Implement explicit instantiations of member classes of class templates, e.g.,Douglas Gregor2009-05-141-2/+2
* Fix a minor edge case in C89 mode related to the definition of a Eli Friedman2009-04-281-1/+1
* Make sure to use RequireCompleteType rather than testing forDouglas Gregor2009-03-241-4/+4
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add negative test cases and fix diagnostics for member pointer dereferencing.Sebastian Redl2009-02-071-0/+23
* Implement dereferencing of pointers-to-member.Sebastian Redl2009-02-071-0/+25
* Implement taking address of member functions, including overloaded ones.Sebastian Redl2009-02-041-2/+21
* Allow taking the address of data members, resulting in a member pointer.Sebastian Redl2009-02-031-0/+20
* Implement pointer to member handling in static_cast.Sebastian Redl2009-01-281-0/+3
* Remove an implemented FIXME and extend test cases. Follow-up on Doug's review.Sebastian Redl2009-01-261-0/+7
* Implement implicit conversions for pointers-to-member.Sebastian Redl2009-01-251-0/+13
* Make tentative parsing of pointer-to-member decls work, and fix other stuff p...Sebastian Redl2009-01-241-0/+5
* Add support for declaring pointers to members.Sebastian Redl2009-01-241-0/+14