| commit | 629f6bb95dc7934e3c96a6728aad7d7ad9ae00ed | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Tue Nov 17 06:02:29 2009 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Tue Nov 17 06:02:29 2009 +0000 |
| tree | d582d9fb11703f3e09053efbdf33b07eb4260c87 | |
| parent | 3f746828d70bda31d6b19c07d430a569ad0e6048 [diff] |
Add initial cut at CompilerInvocation::toArgs, which "serializes" the CompilerInvocation into a list of arguments which can be passed to clang-cc (eventually, clang -cc1). - Unfortunately, this is currently a tedious and manual translation. Eventually it would be nice to automatically generate this code. llvm-svn: 89049