From 55eb68db969c83170059ca9f5f58dd9f357a01e6 Mon Sep 17 00:00:00 2001 From: Steve Naroff Date: Thu, 22 Jan 2009 23:06:24 +0000 Subject: [PATCH] Disable language extensions for the clang parser. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62808 91177308-0d34-0410-b5e6-96231b3b80d8 --- win32/clangParse/clangParse.vcproj | 1 + 1 file changed, 1 insertion(+) 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" -- 2.40.0