]> granicus.if.org Git - clang/commitdiff
Initialize LangOptions::MSCVersion. Thanks to Csaba Raduly for noting the omission
authorDouglas Gregor <dgregor@apple.com>
Tue, 21 Dec 2010 06:21:20 +0000 (06:21 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 21 Dec 2010 06:21:20 +0000 (06:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122318 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/LangOptions.h

index 29a97d2254abac4d9920704141102db1579d6d74..b964ddb777d1b3778c7cf0d475c5b06e7bd922d5 100644 (file)
@@ -184,7 +184,8 @@ public:
     InstantiationDepth = 1024;
 
     NumLargeByValueCopy = 0;
-
+    MSCVersion = 0;
+    
     Optimize = 0;
     OptimizeSize = 0;