| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | More capturing of 'this': implicit member expressions. Getting that | John McCall | 2011-02-03 | 1 | -4/+3 | |
| | | | | | | | | | | | | right for anonymous struct/union members led to me discovering some seemingly broken code in that area of Sema, which I fixed, partly by changing the representation of member pointer constants so that IndirectFieldDecls aren't expanded. This led to assorted cleanups with member pointers in CodeGen, and while I was doing that I saw some random other things to clean up. llvm-svn: 124785 | |||||
| * | Do a proper recursive lookup when deciding whether a class's usual | John McCall | 2011-01-27 | 1 | -2/+4 | |
| | | | | | | | | | | deallocation function has a two-argument form. Store the result of this check in new[] and delete[] nodes. Fixes rdar://problem/8913519 llvm-svn: 124373 | |||||
| * | Make the destructor be the 'vtable anchor' of the CGCXXABI class. | Anders Carlsson | 2010-11-28 | 1 | -1/+1 | |
| | | | | | llvm-svn: 120251 | |||||
| * | Move CGCXXABI functions to CGCXXABI.cpp | Anders Carlsson | 2010-11-28 | 1 | -0/+155 | |
| | | | | | llvm-svn: 120250 | |||||
| * | Add a CGCXXABI.cpp file. | Anders Carlsson | 2010-11-28 | 1 | -0/+18 | |
| llvm-svn: 120249 | ||||||

