Commits

Jordan Rose committed 8edbbef5fe7
[ClangImporter] Use real negative literals for imported constants. The old code predates NumberLiteralExpr having a "negative" field. Fixing this avoids creating a temporary signed integer with a value of INT_MAX+1 when trying to compute INT_MIN. rdar://problem/21680700 Swift SVN r30814