forked from OSchip/llvm-project
Remove really old "APPLE LOCAL" markers.
llvm-svn: 201791
This commit is contained in:
parent
d48460fefe
commit
f9e1e5e9a3
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue