Author: snaroff
Date: Thu Jan 22 17:06:24 2009
New Revision: 62808

URL: http://llvm.org/viewvc/llvm-project?rev=62808&view=rev
Log:
Disable language extensions for the clang parser.

Modified:
    cfe/trunk/win32/clangParse/clangParse.vcproj

Modified: cfe/trunk/win32/clangParse/clangParse.vcproj
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangParse/clangParse.vcproj?rev=62808&r1=62807&r2=62808&view=diff

==============================================================================
--- cfe/trunk/win32/clangParse/clangParse.vcproj (original)
+++ cfe/trunk/win32/clangParse/clangParse.vcproj Thu Jan 22 17:06:24 2009
@@ -46,6 +46,7 @@
                                MinimalRebuild="true"
                                BasicRuntimeChecks="3"
                                RuntimeLibrary="3"
+                               DisableLanguageExtensions="true"
                                UsePrecompiledHeader="0"
                                
ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
                                WarningLevel="3"


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to