Commits
Joe Groff committed 32e6db3f2dd
Parse signs onto float literals the same way we handle integer literals. Provides consistency in behavior, particularly in enum raw values, where we reject non-literals. Factor out a common NumberLiteralExpr base for integer and float literals that handles the common sign and representation stuff. Fixes rdar://problem/16504472. Swift SVN r23390