diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-04-10 18:32:59 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-04-10 18:32:59 +0000 |
commit | a1e2fd9b580ae583b91d3288d59c00ca9f6a56b8 (patch) | |
tree | 413aa20af2527d20d48655e70184845d87fdc119 /lib/Driver/Driver.cpp | |
parent | 5a11295a7d8d8899522111668b5973c27ea7c6b2 (diff) |
Driver: CCC_ADD_ARGS could end up using dangling pointers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68805 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Driver.cpp')
-rw-r--r-- | lib/Driver/Driver.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp index f9a82ff78d..8768629625 100644 --- a/lib/Driver/Driver.cpp +++ b/lib/Driver/Driver.cpp @@ -109,8 +109,6 @@ Compilation *Driver::BuildCompilation(int argc, const char **argv) { // FIXME: What are we going to do with -V and -b? - // FIXME: Handle CCC_ADD_ARGS. - // FIXME: This stuff needs to go into the Compilation, not the // driver. bool CCCPrintOptions = false, CCCPrintActions = false; |