]> granicus.if.org Git - clang/commit
minor cleanups to StringLiteralParser: no need to pass target info
authorChris Lattner <sabre@nondot.org>
Fri, 16 Jan 2009 18:51:42 +0000 (18:51 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Jan 2009 18:51:42 +0000 (18:51 +0000)
commitbbee00b6456e90a09f63c83c20233e6c5ad6000a
tree679de00fd95293991c271a0022eeabd5bdf3311c
parent99890659385f052412d479e8569b10069ac2b12b
minor cleanups to StringLiteralParser: no need to pass target info
into its ctor.  Also, make it handle validity checking of pascal
strings instead of making clients do it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62332 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/LiteralSupport.h
lib/Lex/LiteralSupport.cpp
lib/Sema/SemaExpr.cpp