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