[svn r127] Updated the lphobos build scripts a little. Created a new rebuild profile.

Removed some potentially very long logging lines.
Added support for inner classes.
This commit is contained in:
Tomas Lindquist Olsen
2007-11-28 03:01:51 +01:00
parent 0665531549
commit 667b6339f3
9 changed files with 158 additions and 120 deletions

View File

@@ -60,7 +60,7 @@ const llvm::FunctionType* DtoFunctionType(Type* type, const llvm::Type* thistype
std::vector<const llvm::Type*> paramvec;
if (retinptr) {
Logger::cout() << "returning through pointer parameter: " << *rettype << '\n';
//Logger::cout() << "returning through pointer parameter: " << *rettype << '\n';
paramvec.push_back(rettype);
}