Skip to content
  1. Nov 27, 2007
    • Ted Kremenek's avatar
      Added optional pass-by-reference argument "isExact" to · fbb08bc2
      Ted Kremenek authored
      NumericLiteralParser::GetFloatValue(). Upon method return, this flag has the value
      true if the returned APFloat can exactly represent the number in the parsed text,
      and false otherwise.
      
      Modified the implementation of GetFloatValue() to parse literals using APFloat's
      convertFromString method (which allows us to set the value of isExact).
      
      llvm-svn: 44339
      fbb08bc2
  2. Nov 26, 2007
  3. Nov 25, 2007
  4. Nov 24, 2007
  5. Nov 23, 2007
Loading