]> granicus.if.org Git - clang/commitdiff
Initialize ObjCSenderDispatch in LangOptions.
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 27 May 2009 16:27:50 +0000 (16:27 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 27 May 2009 16:27:50 +0000 (16:27 +0000)
Patch by Benjamin Kramer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72476 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/LangOptions.h

index 74e70a69850169d28a54d4ea02f6301aa1273e2e..92370cdd9efc24473a0a34674cc46c3584f6065d 100644 (file)
@@ -124,6 +124,7 @@ public:
     
     OverflowChecking = 0;
     ObjCGCBitmapPrint = 0;
+    ObjCSenderDispatch = 0;
 
     InstantiationDepth = 99;