CDT 9.8.0
Bug 548700 - Handle prefix negative sign in FloatingPointValue.parseDouble()

While a literal expression itself will never be negative (the negative
sign is parsed as a unary operator), we also use FloatingPointValue to
represent results during value computations which can be negative.

Change-Id: I16227b2d19256066b094ae60476e124b4bcea14d
2 files changed