diff options
-rw-r--r-- | Driver/RewriteObjC.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Driver/RewriteObjC.cpp b/Driver/RewriteObjC.cpp index b3f3e92213..eabc87bef2 100644 --- a/Driver/RewriteObjC.cpp +++ b/Driver/RewriteObjC.cpp @@ -412,7 +412,9 @@ void RewriteObjC::Initialize(ASTContext &context) { BcLabelCount = 0; SuperContructorFunctionDecl = 0; NumObjCStringLiterals = 0; - + PropParentMap = 0; + CurrentBody = 0; + // Get the ID and start/end of the main file. MainFileID = SM->getMainFileID(); const llvm::MemoryBuffer *MainBuf = SM->getBuffer(MainFileID); |