1. 6f7adbd Fix for PR2750; don't check for an 'e' in the trash after the token. by Eli Friedman · 17 years ago
  2. acc5f3e More #include cleaning by Daniel Dunbar · 17 years ago
  3. 6ea6238 In c89 mode accept hex fp constants as an extension: by Chris Lattner · 17 years ago
  4. 413d355 Fix a bug reported by Kelly Wilson, where we incorrectly by Chris Lattner · 17 years ago
  5. 368328c refactor some code out into a new method. by Chris Lattner · 17 years ago
  6. 70f66ab for exponent-related errors, emit the diagnostic on the 'e' or 'p'. by Chris Lattner · 17 years ago
  7. 0b7f69d when emitting diagnostics about some character in a numeric by Chris Lattner · 17 years ago
  8. 0c29b22 Support MS-specific integer suffixes (i8, i16, i32, i64, i128). by Steve Naroff · 17 years ago
  9. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Lex/LiteralSupport.cpp]
  10. 98be494 remove the source location arguments to various target query methods. by Chris Lattner · 17 years ago
  11. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 18 years ago
  12. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 18 years ago
  13. 016765e Support floating point literals of the form "1e-16f" which specify an exponent but no decimal point. by Christopher Lamb · 18 years ago
  14. 32e61bf Removed potential buffer overrun (spotted by Neil Booth) when NumericLiteralParser by Ted Kremenek · 18 years ago
  15. 427d5af Added optional pass-by-reference argument "isExact" to by Ted Kremenek · 18 years ago
  16. 921e9ff Fix a bug handling hex floats in c90 mode, pointed out by Neil. by Chris Lattner · 18 years ago
  17. ee98ac5 Add support for Pascal strings. by Anders Carlsson · 18 years ago
  18. 22f6bbc Switch lexer/pp over to new Token::is/isNot api by Chris Lattner · 18 years ago
  19. 1c9bdae work around bugs and missing features in apfloat. by Chris Lattner · 18 years ago
  20. 525a050 Use APFloat for the representation of FP immediates, ask the target by Chris Lattner · 18 years ago
  21. b812814 Eliminate some VC++ warnings, patch by Hartmut Kaiser! by Chris Lattner · 18 years ago
  22. 6e400c2 1.0 is double, 1.0F is a float. by Chris Lattner · 18 years ago
  23. 506b8de 1) refactor some code. by Chris Lattner · 18 years ago
  24. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 18 years ago
  25. 67798cb strtod is more portable than strtof apparently. Instead of making this conditional, by Chris Lattner · 18 years ago
  26. 79cc005 cheap change to fix solaris compilation. I can make this a static inline if desired by Gabor Greif · 18 years ago
  27. 136f93a Make octal constant lexing use AdvanceToTokenCharacter to give more by Chris Lattner · 18 years ago
  28. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 18 years ago