]> granicus.if.org Git - clang/commit
implement codegen for functions whose function body type don't match
authorChris Lattner <sabre@nondot.org>
Sun, 2 Dec 2007 06:27:33 +0000 (06:27 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Dec 2007 06:27:33 +0000 (06:27 +0000)
commit58c3f9ec11cbe852a518bf2f83af46f938b7b852
tree8a83e3f528311dca7d67671fc226e211e54f7c42
parent028380e5a61725c996a62554495d5c91d6eba415
implement codegen for functions whose function body type don't match
their prototype.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44506 91177308-0d34-0410-b5e6-96231b3b80d8
CodeGen/CodeGenFunction.cpp
CodeGen/CodeGenModule.cpp
CodeGen/CodeGenModule.h
test/CodeGen/functions.c [new file with mode: 0644]