diff gen/arrays.h @ 1228:79758fd2f48a

Added Doxygen file. Completely seperated type and symbol generation. Should fix a lot of bugs, but is not yet 100% complete.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Wed, 15 Apr 2009 20:06:25 +0200
parents 340acf1535d0
children 5c0cebff9be8
line wrap: on
line diff
--- a/gen/arrays.h	Mon Apr 13 17:42:36 2009 +0200
+++ b/gen/arrays.h	Wed Apr 15 20:06:25 2009 +0200
@@ -1,6 +1,8 @@
 #ifndef LLVMC_GEN_ARRAYS_H
 #define LLVMC_GEN_ARRAYS_H
 
+struct ArrayInitializer;
+
 struct DSliceValue;
 
 const llvm::StructType* DtoArrayType(Type* arrayTy);