Implement conversion of clang ast types to LLVM types, at least for some trivial

cases.

llvm-svn: 39519
This commit is contained in:
Chris Lattner
2007-05-29 23:17:50 +00:00
parent 2a8ad18e71
commit d1af2d2956
5 changed files with 101 additions and 26 deletions

View File

@@ -19,6 +19,5 @@ using namespace CodeGen;
void CodeGenModule::EmitFunction(FunctionDecl *FD) {
CodeGenFunction CGF(*this);
CodeGenFunction(*this).GenerateCode(FD);
}