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 | 8b723e299cdffec3378773f886598c86f0f1b125 (patch) | |
tree | 4ddf741b93eed554aea9d14e72cd7eab58cf1fe8 /clang/lib | |
parent | a53274e5ba97b8b623ecdf63c197a15d00e633d4 (diff) | |
download | bcm5719-llvm-8b723e299cdffec3378773f886598c86f0f1b125.tar.gz bcm5719-llvm-8b723e299cdffec3378773f886598c86f0f1b125.zip |
Driver: CCC_ADD_ARGS could end up using dangling pointers.
llvm-svn: 68805
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/Driver/Driver.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Driver/Driver.cpp b/clang/lib/Driver/Driver.cpp index f9a82ff78d4..8768629625d 100644 --- a/clang/lib/Driver/Driver.cpp +++ b/clang/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; |