commit | 55eb68db969c83170059ca9f5f58dd9f357a01e6 | [log] [tgz] |
---|---|---|
author | Steve Naroff <snaroff@apple.com> | Thu Jan 22 23:06:24 2009 +0000 |
committer | Steve Naroff <snaroff@apple.com> | Thu Jan 22 23:06:24 2009 +0000 |
tree | 702e9ff8d1bc7c83b13d2ca4c09ca3751da3b202 | |
parent | 30bc57187be7535c57ef1ca8ff3e765653e94332 [diff] [blame] |
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 ba217cb..1ee5a75 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"