]> granicus.if.org Git - clang/commit
Correct comment Clang C++ use in production.
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 9 Feb 2012 03:57:02 +0000 (03:57 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 9 Feb 2012 03:57:02 +0000 (03:57 +0000)
commitb9da55780eb66fb09e771dbc5ff01eec5c4d957b
treef361c04a7732fbe1385339d45f24e2585eb17559
parentf8823e7ae00d2b0a9395b51b7bd53b505df72031
Correct comment Clang C++ use in production.

This was from way-back-when (r82583) when Clang's C++ support wasn't prime-time
yet. Production quality C++ was tested experimentally from r100119 and turned
on by default in r141063.

Patch by Justin Bogner.

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