| commit | 4f88b3113e2067a2965bfda65a4d779641680f38 | [log] [tgz] |
|---|---|---|
| author | Steve Naroff <snaroff@apple.com> | Tue Mar 13 22:37:02 2007 +0000 |
| committer | Steve Naroff <snaroff@apple.com> | Tue Mar 13 22:37:02 2007 +0000 |
| tree | 122a95314ef744f1e5b53c3bbe288c9c378da027 | |
| parent | f2fb89e7592650a7a3cd3bb5d6e52c73a7061888 [diff] |
Bug #: Submitted by: Reviewed by: Move string literal parsing from Sema=>LiteralSupport. This consolidates all the quirky parsing code within the Lexer subsystem (yeah!). This simplifies Sema and (more importantly) allows future parsers (i.e. subclasses of Action) to benefit from this code. llvm-svn: 39354