summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGClass.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Move a few more functions away from CGCXX and to CGClass and CGExprCXX.Anders Carlsson2010-01-011-0/+351
| | | | llvm-svn: 92399
* Move a bunch of class related functions to CGClass.cpp, no functionality change.Anders Carlsson2009-12-241-0/+775
| | | | llvm-svn: 92148
* Add CodeGenModule::ComputeThunkAdjustment, which Eli wrote.Anders Carlsson2009-12-031-0/+36
| | | | llvm-svn: 90401
* Tests now pass with the assertion.Eli Friedman2009-11-281-3/+0
| | | | llvm-svn: 90026
* Add a much more thorough test of casts to virtual bases, and fixEli Friedman2009-11-281-14/+13
| | | | | | GetCXXBaseClassOffset to actually pass the test. llvm-svn: 90025
* Get rid of the ugly CGCXX names and replace them with CGClass, CGExprCXX and ↵Anders Carlsson2009-11-241-0/+239
CGTemporaries. llvm-svn: 89742
OpenPOWER on IntegriCloud