Fix two bugs in the CppWriter.cpp:
authorReid Spencer <rspencer@reidspencer.com>
Mon, 29 May 2006 02:58:15 +0000 (02:58 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 29 May 2006 02:58:15 +0000 (02:58 +0000)
commit74e032a4d4673f53388571ab9ecd783584e3fccf
treee6441b9d0f9f2a9512c210caf90de20b55485b9f
parentd9169d3cbe3716ad1ae20947222fa2bf3b3fae6b
Fix two bugs in the CppWriter.cpp:
1. Return the module from the MakeModule function so it can be verified.
2. Make sure types get generated with their names

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28536 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm2cpp/CppWriter.cpp
tools/llvm2cpp/Makefile