Commits

Doug Gregor committed 0b6cedd961d
[Clang importer] Infer default argument [:] for some NSDictionary parameters. Both option set (CF_OPTIONS/NS_OPTIONS) and NSDictionary parameters tend to be used as option sets. The former already get a default argument of []. This commit adds a default argument of [:] for the latter, identified by a parameter whose argument label involves "options", "attributes", or "userInfo".