forked from OSchip/llvm-project
Initialize ObjCSenderDispatch in LangOptions.
Patch by Benjamin Kramer. llvm-svn: 72476
This commit is contained in:
parent
4fc95aa0d4
commit
a4872a411c
|
@ -124,6 +124,7 @@ public:
|
|||
|
||||
OverflowChecking = 0;
|
||||
ObjCGCBitmapPrint = 0;
|
||||
ObjCSenderDispatch = 0;
|
||||
|
||||
InstantiationDepth = 99;
|
||||
|
||||
|
|
Loading…
Reference in New Issue