Greg
eced251710
method. Multiple bug fixes in type system, fixed parsing of id, instancename and instancetype, allow NullableAnnotations after generic lists (e.g. "id<ObjectType> _Nullable"). Helper function to identify types that are function pointers.
28 lines
455 B
TOML
28 lines
455 B
TOML
InputFiles = [
|
|
"/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h",
|
|
]
|
|
Classes = [
|
|
"NSArray",
|
|
"NSMutableArray",
|
|
"NSDictionary",
|
|
"NSEnumerator",
|
|
"NSSet",
|
|
"NSDate",
|
|
"NSTimeZone",
|
|
"NSCalendar",
|
|
"NSLocale",
|
|
"NSCharacterSet",
|
|
"NSString",
|
|
"NSScanner",
|
|
"NSFileManager",
|
|
]
|
|
Functions = [
|
|
"NSMakeRange",
|
|
]
|
|
Enums = [
|
|
"CF.*",
|
|
]
|
|
Frameworks = [ "Foundation" ]
|
|
Pragma = [ 'clang diagnostic ignored "-Wformat-security"' ]
|
|
VaArgs = 32
|