]> granicus.if.org Git - clang/commit
refactor the interface to StringLiteralParser::getOffsetOfStringByte,
authorChris Lattner <sabre@nondot.org>
Wed, 17 Nov 2010 06:26:08 +0000 (06:26 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Nov 2010 06:26:08 +0000 (06:26 +0000)
commit91f54ce93bec136fb9e18740b895cf1c1339524b
treea3472d0a675237708c540d1ce1d34399eabbb5fc
parent0aac2ba128eb0c4b7ad5e0e28a6fa55091bfad2e
refactor the interface to StringLiteralParser::getOffsetOfStringByte,
pushing the dependency on the preprocessor out a bit.

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