]> granicus.if.org Git - clang/commit
Rip out flags for controlling C++ "production mode" separately.
authorBob Wilson <bob.wilson@apple.com>
Tue, 4 Oct 2011 05:34:14 +0000 (05:34 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 4 Oct 2011 05:34:14 +0000 (05:34 +0000)
commit10a82cde7c317c5dd41dc3faf17f503c52ce2a3d
tree51ef79804185bcc43b8d8064d4c67599b793c4d4
parentf4e541ccecfc06e9818fba83e7ac3a072b1d849e
Rip out flags for controlling C++ "production mode" separately.

This is old leftover cruft from the days when C++ was not yet ready
for prime time.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141063 91177308-0d34-0410-b5e6-96231b3b80d8
examples/clang-interpreter/main.cpp
include/clang/Driver/Driver.h
lib/Driver/Driver.cpp
lib/Frontend/CreateInvocationFromCommandLine.cpp
tools/driver/Makefile
tools/driver/driver.cpp