1. 1403222 fix some sema problems with wide strings and hook up basic codegen for them. by Chris Lattner · 17 years ago
  2. be93e79 Next step toward making string diagnostics correct: handle by Chris Lattner · 17 years ago
  3. 545f39e move library-specific diagnostic headers into library private dirs. Reduce by Chris Lattner · 17 years ago
  4. 52a425b Split the single monolithic DiagnosticKinds.def file into one by Chris Lattner · 17 years ago
  5. 9eaf2b7 minor cleanups to StringLiteralParser: no need to pass target info by Chris Lattner · 17 years ago
  6. 9ba6382 Fix a weird inconsistency with hex floats. Previously the lexer by Chris Lattner · 17 years ago
  7. dfc8f73 remove the NumericLiteralParser::Diag helper method, inlining it into by Chris Lattner · 17 years ago
  8. b7284dc Remove the last of the old-style Preprocessor::Diag methods. by Chris Lattner · 17 years ago
  9. a3d6ae4 Speed up NumericLiteralParser::GetIntegerValue. by Daniel Dunbar · 17 years ago
  10. 479f267 Simplify overflow-on-add check in NumericLiteralParser::GetIntegerValue. by Daniel Dunbar · 17 years ago
  11. d8f1f1f Document assumptions that NumericLiteralParser makes with an assertion. by Chris Lattner · 17 years ago
  12. 9501a48 Fix the root cause of PR2750 instead of the side effect. by Chris Lattner · 17 years ago
  13. d039374 Fix for PR2750; don't check for an 'e' in the trash after the token. by Eli Friedman · 17 years ago
  14. e0ad215 More #include cleaning by Daniel Dunbar · 17 years ago
  15. 6e5a65b In c89 mode accept hex fp constants as an extension: by Chris Lattner · 17 years ago
  16. 50df41e Fix a bug reported by Kelly Wilson, where we incorrectly by Chris Lattner · 17 years ago
  17. ca8dbca refactor some code out into a new method. by Chris Lattner · 17 years ago
  18. 68c3db9 for exponent-related errors, emit the diagnostic on the 'e' or 'p'. by Chris Lattner · 18 years ago
  19. 40f43dd when emitting diagnostics about some character in a numeric by Chris Lattner · 18 years ago
  20. c6e7fef Support MS-specific integer suffixes (i8, i16, i32, i64, i128). by Steve Naroff · 18 years ago
  21. be1a7a0 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 18 years ago[Renamed from Lex/LiteralSupport.cpp]
  22. 8cd0e93 remove the source location arguments to various target query methods. by Chris Lattner · 18 years ago
  23. 959e5be Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 18 years ago
  24. d7f64cd TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 18 years ago
  25. d763e3f Support floating point literals of the form "1e-16f" which specify an exponent but no decimal point. by Christopher Lamb · 18 years ago
  26. f2dbd2b Removed potential buffer overrun (spotted by Neil Booth) when NumericLiteralParser by Ted Kremenek · 18 years ago
  27. fc2ebeb Added optional pass-by-reference argument "isExact" to by Ted Kremenek · 18 years ago
  28. fea8ce1 Fix a bug handling hex floats in c90 mode, pointed out by Neil. by Chris Lattner · 18 years ago
  29. 55bfe0d Add support for Pascal strings. by Anders Carlsson · 18 years ago
  30. cb8e41c Switch lexer/pp over to new Token::is/isNot api by Chris Lattner · 18 years ago
  31. 36f46b8 work around bugs and missing features in apfloat. by Chris Lattner · 18 years ago
  32. 858eece Use APFloat for the representation of FP immediates, ask the target by Chris Lattner · 18 years ago
  33. c75ccff Eliminate some VC++ warnings, patch by Hartmut Kaiser! by Chris Lattner · 18 years ago
  34. c04a0bd 1.0 is double, 1.0F is a float. by Chris Lattner · 18 years ago
  35. ae71e48 1) refactor some code. by Chris Lattner · 18 years ago
  36. 4b00965 Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 18 years ago