summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/ptr-to-datamember.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Store the unresolved class type in MemberPointerType's Class field,Douglas Gregor2009-11-041-0/+13
| | | | | | from Peter Collingbourne! llvm-svn: 86030
* Add Code gen support for '->*' operator which fellFariborz Jahanian2009-10-261-0/+16
| | | | | | through the crack. llvm-svn: 85160
* Complete code gen for '.*' binary expression forFariborz Jahanian2009-10-221-0/+27
| | | | | | both scalar and aggregates. llvm-svn: 84910
* Code gen for '.*' binary expressions - WIP.Fariborz Jahanian2009-10-211-2/+2
| | | | llvm-svn: 84800
* Expand on code gen. for pointer to data members so it worksFariborz Jahanian2009-10-211-5/+23
| | | | | | for base classe members as well. Test case enhanced for this. llvm-svn: 84780
* Code gen for pointer-to-datamember - WIP.Fariborz Jahanian2009-10-211-0/+25
llvm-svn: 84771
OpenPOWER on IntegriCloud