Commits

Joe Groff committed 6370f913832
ClangImporter: Handle negative C enum constants. We needed some patching up to convert negative enum constants into proper negative IntegerLiteralExprs in the imported Swift AST, to handle the obnoxious INT_MIN edge case, and to handle "negative" values of unsigned enums. Swift SVN r10005