Commits

Jordan Rose committed 7ae08257810
[ClangImporter] Default optional "options" params to nil, not [:]. (#3789) When a parameter has distinct "nil" and "empty" values, "nil" generally represents the default settings, while "empty" is explicitly cleared. rdar://problem/27196867