From: Steve Naroff Date: Thu, 22 Jan 2009 23:06:24 +0000 (+0000) Subject: Disable language extensions for the clang parser. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55eb68db969c83170059ca9f5f58dd9f357a01e6;p=clang Disable language extensions for the clang parser. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62808 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/win32/clangParse/clangParse.vcproj b/win32/clangParse/clangParse.vcproj index ba217cb6cf..1ee5a75de7 100644 --- a/win32/clangParse/clangParse.vcproj +++ b/win32/clangParse/clangParse.vcproj @@ -46,6 +46,7 @@ MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" + DisableLanguageExtensions="true" UsePrecompiledHeader="0" ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" WarningLevel="3"