[cfe-commits] r80848 - /cfe/tags/Apple/clang/clang/tools/clang/lib/Driver/Driver.cpp

Daniel Dunbar daniel at zuster.org
Wed Sep 2 21:31:17 PDT 2009


On Wed, Sep 2, 2009 at 4:17 PM, Douglas Gregor<dgregor at apple.com> wrote:
> On Sep 2, 2009, at 4:13 PM, Daniel Dunbar wrote:
>> // Used to set values for "production" clang, for releases.
>> -// #define USE_PRODUCTION_CLANG
>> +#define USE_PRODUCTION_CLANG
>>
>> Driver::Driver(const char *_Name, const char *_Dir,
>>               const char *_DefaultHostTriple,
>
> If that's all it took to make Clang production-quality, why the heck did you
> wait so long?


--
ddunbar at giles:clang$ find . | grep USE_PRODUCTION_CLANG_CXX
ddunbar at giles:clang$
--

:(

 - Daniel




More information about the cfe-commits mailing list