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
4 files changed
tree: 122a95314ef744f1e5b53c3bbe288c9c378da027
  1. clang/
  2. llvm/
  3. stacker/