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"