diff options
-rw-r--r-- | clang/lib/CodeGen/CGObjCMac.cpp | 2 | ||||
-rw-r--r-- | clang/test/CodeGen/debug-info-block.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGObjCMac.cpp b/clang/lib/CodeGen/CGObjCMac.cpp index eb6ca4cde0f..7b7c1ef7466 100644 --- a/clang/lib/CodeGen/CGObjCMac.cpp +++ b/clang/lib/CodeGen/CGObjCMac.cpp @@ -2568,7 +2568,7 @@ llvm::Constant *CGObjCCommonMac::GetProtocolRef(const ObjCProtocolDecl *PD) { } /* -// APPLE LOCAL radar 4585769 - Objective-C 1.0 extensions +// Objective-C 1.0 extensions struct _objc_protocol { struct _objc_protocol_extension *isa; char *protocol_name; diff --git a/clang/test/CodeGen/debug-info-block.c b/clang/test/CodeGen/debug-info-block.c index 403e4aaccb8..35ee0dd6e76 100644 --- a/clang/test/CodeGen/debug-info-block.c +++ b/clang/test/CodeGen/debug-info-block.c @@ -1,5 +1,4 @@ // RUN: %clang_cc1 -fblocks -g -emit-llvm -o - %s | FileCheck %s -// APPLE LOCAL file 5939894 */ // Verify that the desired debugging type is generated for a structure // member that is a pointer to a block. |