Major reorganization and extension of the code. The diff on this will be a
authorReid Spencer <rspencer@reidspencer.com>
Wed, 31 May 2006 17:31:38 +0000 (17:31 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 31 May 2006 17:31:38 +0000 (17:31 +0000)
commit12803f5b6b4e6c53fac0d083546a1a53ef703cb1
tree19322cee6825a646215decd0692c0c86bfed2682
parent0b2375edfe6b32f361b3fe19c5c26bddc041fabb
Major reorganization and extension of the code. The diff on this will be a
mess as functions were moved around into a better ordering. The code was
extended to provide various -gen-* options to better control what the
generated output should be. Currently it is possible to generate entire
modules (three different ways), functions, global variables, and types.

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