On Wed, Sep 10, 2008 at 4:46 PM, Argiris Kirtzidis <[EMAIL PROTECTED]> wrote: > Author: akirtzidis > Date: Wed Sep 10 18:46:08 2008 > New Revision: 56078 > > URL: http://llvm.org/viewvc/llvm-project?rev=56078&view=rev > Log: > -getLang().C99 is true in C++ too, remove the use of the C99orCXX variable.
?!?! This is completely, utterly wrong. The fact that C99 is defined for C++ is just an bug in InitializeLanguageStandard in clang.cpp. C++ and C99 are distinct standards, and abusing this is just confusing. Would you mind backing this out, and fixing InitializeLanguageStandard? -Eli _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
