summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGClass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple bugs in copy assignment operator synthesis.Eli Friedman2010-01-151-12/+12
* Move address points to CGVtableInfo, no functionality change.Anders Carlsson2010-01-021-3/+3
* Correctly pass VTT parameters to constructors and destructors. The VTTs aren'...Anders Carlsson2010-01-021-25/+58
* Move a few more functions away from CGCXX and to CGClass and CGExprCXX.Anders Carlsson2010-01-011-0/+351
* Move a bunch of class related functions to CGClass.cpp, no functionality change.Anders Carlsson2009-12-241-0/+775
* Add CodeGenModule::ComputeThunkAdjustment, which Eli wrote.Anders Carlsson2009-12-031-0/+36
* Tests now pass with the assertion.Eli Friedman2009-11-281-3/+0
* Add a much more thorough test of casts to virtual bases, and fixEli Friedman2009-11-281-14/+13
* Get rid of the ugly CGCXX names and replace them with CGClass, CGExprCXX and ...Anders Carlsson2009-11-241-0/+239
OpenPOWER on IntegriCloud