Anders Carlsson
|
fd7dfeb779
|
Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRTTI which figures out the right linkage of the RTTI information for the given type and whether it should be defined or not. I will migrate clients over to GetAddrOfRTTI in subsequent commits (with tests).
llvm-svn: 91098
|
2009-12-11 02:46:30 +00:00 |
|
Mike Stump
|
c01c2b87e8
|
Change rtti/Rtti to RTTI, as it is an acronym.
llvm-svn: 90334
|
2009-12-02 18:57:08 +00:00 |
|
Anders Carlsson
|
3a202f601e
|
Handle cases where we're constructing an array of objects and the constructor has default arguments.
llvm-svn: 89783
|
2009-11-24 18:43:52 +00:00 |
|
Anders Carlsson
|
59486a2ddb
|
Get rid of the ugly CGCXX names and replace them with CGClass, CGExprCXX and CGTemporaries.
llvm-svn: 89742
|
2009-11-24 05:51:11 +00:00 |
|