aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/member-pointer.cpp
AgeCommit message (Expand)Author
2011-10-17Teach the ARC compiler to not require __bridge casts whenJohn McCall
2011-06-30Perform lvalue-to-rvalue conversions on both operands of ->*John McCall
2011-05-21Classify bound member function types are member function types. FixesDouglas Gregor
2010-10-13There is no reason for dereferencing a pointer-to-member to requireDouglas Gregor
2010-08-27Continue to instantiate sub-statements in a CompoundStmt as long asJohn McCall
2010-08-27Propagate whether an id-expression is the immediate argument ofJohn McCall
2010-05-21Use CanQualType to enforce the use of a canonical type argument toDouglas Gregor
2010-04-23Require a complete type for the lhs of member pointer dereference operations ...Sebastian Redl
2010-04-10When a member pointer is dereferenced, the class it points into must be compl...Sebastian Redl
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-02-26Fix an assertion-on-error during tentative constructor parsing byJohn McCall
2010-01-11Make Clang complain about taking the address of an unqualified member functio...Sebastian Redl
2009-12-19Initialization improvements: addition of string initialization and a fewEli Friedman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-08Implement [expr.mptr.oper]p6 for '->*' operator.Fariborz Jahanian
2009-08-24Implement support for equality comparisons (!=, ==) of memberDouglas Gregor
2009-06-30Make an error message more clear.Anders Carlsson
2009-06-09Handle member pointer types with dependent class types (e.g., intDouglas Gregor
2009-05-14Implement explicit instantiations of member classes of class templates, e.g.,Douglas Gregor
2009-04-28Fix a minor edge case in C89 mode related to the definition of a Eli Friedman
2009-03-24Make sure to use RequireCompleteType rather than testing forDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-07Add negative test cases and fix diagnostics for member pointer dereferencing.Sebastian Redl
2009-02-07Implement dereferencing of pointers-to-member.Sebastian Redl
2009-02-04Implement taking address of member functions, including overloaded ones.Sebastian Redl
2009-02-03Allow taking the address of data members, resulting in a member pointer.Sebastian Redl
2009-01-28Implement pointer to member handling in static_cast.Sebastian Redl
2009-01-26Remove an implemented FIXME and extend test cases. Follow-up on Doug's review.Sebastian Redl
2009-01-25Implement implicit conversions for pointers-to-member.Sebastian Redl
2009-01-24Make tentative parsing of pointer-to-member decls work, and fix other stuff p...Sebastian Redl
2009-01-24Add support for declaring pointers to members.Sebastian Redl