We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4710640 commit 37b2ce7Copy full SHA for 37b2ce7
clang/test/Analysis/Checkers/WebKit/objc-mock-types.h
@@ -98,7 +98,6 @@ CFRunLoopRef CFRunLoopGetMain(void);
98
extern CFTypeRef CFRetain(CFTypeRef cf);
99
extern void CFRelease(CFTypeRef cf);
100
#define CFSTR(cStr) ((CFStringRef) __builtin___CFStringMakeConstantString ("" cStr ""))
101
-extern Class NSClassFromString(NSString *aClassName);
102
103
#if __has_feature(objc_arc)
104
id CFBridgingRelease(CFTypeRef X) {
0 commit comments