Age | Commit message (Expand) | Author |
2013-02-08 | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-09-24 | Small cleanup of literal semantic analysis: hiding 'char *' pointers behind | Dmitri Gribenko |
2012-09-08 | When a bad UTF-8 encoding or bogus escape sequence is encountered in a | Richard Smith |
2012-05-03 | In StringLiteralParser::init, make sure we emit an error when | Argyrios Kyrtzidis |
2012-03-08 | Add support for cooked forms of user-defined-integer-literal and | Richard Smith |
2012-03-08 | User-defined literal support for character literals. | Richard Smith |
2012-03-05 | Lexing support for user-defined literals. Currently these lex as the same token | Richard Smith |
2012-02-11 | Implement warning for non-wide string literals with an unexpected encoding. ... | Eli Friedman |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2011-11-01 | Fix the representation of wide strings in the AST and IR so that it uses the ... | Eli Friedman |
2011-11-01 | Perform proper conversion for strings encoded in the source file as UTF-8. (... | Eli Friedman |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-08-11 | Raw string followup. Pass a couple StringRefs by value. | Craig Topper |
2011-08-11 | Add support for C++0x raw string literals. | Craig Topper |
2011-07-27 | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-06-21 | Make more use of llvm::StringRef in various APIs. In particular, don't | Jay Foad |
2011-05-17 | Fix a nasty bug where inside StringLiteralParser: | Argyrios Kyrtzidis |
2011-04-23 | Remove unused STL header includes. | Jay Foad |
2010-12-19 | Add missing standard includes. Patch by Joerg Sonnenberger! | Nick Lewycky |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-17 | propagate preprocessor out of StringLiteralParser. It is now | Chris Lattner |
2010-11-17 | push use of Preprocessor out farther. | Chris Lattner |
2010-11-17 | push use of Preprocessor out of getOffsetOfStringByte | Chris Lattner |
2010-11-17 | refactor the interface to StringLiteralParser::getOffsetOfStringByte, | Chris Lattner |
2010-08-30 | Revert my user-defined literal commits - r1124{58,60,67} pending | Sean Hunt |
2010-08-29 | Implement C++0x user-defined string literals. | Sean Hunt |
2010-05-26 | Tell the string literal parser when it's not permitted to emit | Douglas Gregor |
2009-12-24 | Diagnose out-of-bounds floating-point constants. Fixes rdar://problem/6974641 | John McCall |
2009-10-26 | Update location of DataTypes.h to reflect move in LLVM with r85086. | Chandler Carruth |
2009-10-08 | This fixes support for complex literals, reworked to avoid a goto, and | Mike Stump |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-05 | Add missing include. | Daniel Dunbar |
2009-06-01 | PR4283: Don't truncate multibyte character constants in the | Eli Friedman |
2009-04-21 | Use an APInt of target int size to detect overflow while parsing multichars. | Sanjiv Gupta |
2009-02-26 | fix some sema problems with wide strings and hook up basic codegen for them. | Chris Lattner |
2009-02-18 | Next step toward making string diagnostics correct: handle | Chris Lattner |
2009-01-16 | minor cleanups to StringLiteralParser: no need to pass target info | Chris Lattner |
2008-11-22 | remove the NumericLiteralParser::Diag helper method, inlining it into | Chris Lattner |
2008-06-30 | refactor some code out into a new method. | Chris Lattner |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-11-26 | Added optional pass-by-reference argument "isExact" to | Ted Kremenek |
2007-10-15 | Add support for Pascal strings. | Anders Carlsson |
2007-09-22 | Use APFloat for the representation of FP immediates, ask the target | Chris Lattner |
2007-08-26 | 1.0 is double, 1.0F is a float. | Chris Lattner |
2007-08-26 | 1) refactor some code. | Chris Lattner |
2007-07-20 | At one point there were going to be lexer and parser tokens. | Chris Lattner |
2007-07-12 | Fix "no newline at end of file" warnings. Patch contributed by | Chris Lattner |
2007-07-11 | Stage two of getting CFE top correct. | Reid Spencer |