mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-20 02:39:02 +02:00
First merge of 2.064 beta.
This corresponds to DMD commit a913ce4bc59a94a022a27e390fc841f4aededffb. Doesn't build Phobos yet.
This commit is contained in:
committed by
Kai Nacke
parent
c400d180d2
commit
cb341586e3
@@ -21,6 +21,9 @@
|
||||
#include "llvm/DerivedTypes.h"
|
||||
#endif
|
||||
|
||||
template <typename TYPE> struct Array;
|
||||
typedef Array<class FuncDeclaration> FuncDeclarations;
|
||||
|
||||
///
|
||||
class IrTypeClass : public IrTypeAggr
|
||||
{
|
||||
@@ -82,7 +85,7 @@ protected:
|
||||
|
||||
/// Builds a vtable type given the type of the first entry and an array
|
||||
/// of all entries.
|
||||
std::vector<llvm::Type*> buildVtblType(Type* first, Array* vtbl_array);
|
||||
std::vector<llvm::Type*> buildVtblType(Type* first, FuncDeclarations* vtbl_array);
|
||||
|
||||
///
|
||||
void addBaseClassData(
|
||||
|
||||
Reference in New Issue
Block a user