index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
member-pointer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle member pointer types with dependent class types (e.g., int
Douglas Gregor
2009-06-09
1
-1
/
+2
*
Implement explicit instantiations of member classes of class templates, e.g.,
Douglas Gregor
2009-05-14
1
-2
/
+2
*
Fix a minor edge case in C89 mode related to the definition of a
Eli Friedman
2009-04-28
1
-1
/
+1
*
Make sure to use RequireCompleteType rather than testing for
Douglas Gregor
2009-03-24
1
-4
/
+4
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Add negative test cases and fix diagnostics for member pointer dereferencing.
Sebastian Redl
2009-02-07
1
-0
/
+23
*
Implement dereferencing of pointers-to-member.
Sebastian Redl
2009-02-07
1
-0
/
+25
*
Implement taking address of member functions, including overloaded ones.
Sebastian Redl
2009-02-04
1
-2
/
+21
*
Allow taking the address of data members, resulting in a member pointer.
Sebastian Redl
2009-02-03
1
-0
/
+20
*
Implement pointer to member handling in static_cast.
Sebastian Redl
2009-01-28
1
-0
/
+3
*
Remove an implemented FIXME and extend test cases. Follow-up on Doug's review.
Sebastian Redl
2009-01-26
1
-0
/
+7
*
Implement implicit conversions for pointers-to-member.
Sebastian Redl
2009-01-25
1
-0
/
+13
*
Make tentative parsing of pointer-to-member decls work, and fix other stuff p...
Sebastian Redl
2009-01-24
1
-0
/
+5
*
Add support for declaring pointers to members.
Sebastian Redl
2009-01-24
1
-0
/
+14