]> granicus.if.org Git - clang/commit
Driver: Don't honor -std-default for C++, this makes it hard to run the gdb test
authorDaniel Dunbar <daniel@zuster.org>
Fri, 29 Jan 2010 21:03:02 +0000 (21:03 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 29 Jan 2010 21:03:02 +0000 (21:03 +0000)
commit4a5290e773e70ec2c3b4353a3a4aa7d1a3e3cd66
tree66f626bbe4e83b335088e15dcb5379d5bad01fe6
parentf88c8e02da48afea6a04091f675af5c4facd99f1
Driver: Don't honor -std-default for C++, this makes it hard to run the gdb test
suite with clang++ enabled.

The right fix here is PR6175, although we would still have to find a different
work around for the gdb test suite.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94838 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp