Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -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 Gregor | 2009-11-04 | 1 | -0/+13 |
| | | | | | | from Peter Collingbourne! llvm-svn: 86030 | ||||
* | Add Code gen support for '->*' operator which fell | Fariborz Jahanian | 2009-10-26 | 1 | -0/+16 |
| | | | | | | through the crack. llvm-svn: 85160 | ||||
* | Complete code gen for '.*' binary expression for | Fariborz Jahanian | 2009-10-22 | 1 | -0/+27 |
| | | | | | | both scalar and aggregates. llvm-svn: 84910 | ||||
* | Code gen for '.*' binary expressions - WIP. | Fariborz Jahanian | 2009-10-21 | 1 | -2/+2 |
| | | | | llvm-svn: 84800 | ||||
* | Expand on code gen. for pointer to data members so it works | Fariborz Jahanian | 2009-10-21 | 1 | -5/+23 |
| | | | | | | for base classe members as well. Test case enhanced for this. llvm-svn: 84780 | ||||
* | Code gen for pointer-to-datamember - WIP. | Fariborz Jahanian | 2009-10-21 | 1 | -0/+25 |
llvm-svn: 84771 |