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