]> granicus.if.org Git - clang/commit
a metric ton of refactoring later, Sema::getLocationOfStringLiteralByte
authorChris Lattner <sabre@nondot.org>
Wed, 17 Nov 2010 07:37:15 +0000 (07:37 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Nov 2010 07:37:15 +0000 (07:37 +0000)
commit08f92e3a5dead1f1ee656678a7f06e43279d6e50
tree73737812741cb1bd40efdc72e430f5080671bff5
parent8d6e89ee6176cc231c3fdc6bbbd06afc41b4bc1d
a metric ton of refactoring later, Sema::getLocationOfStringLiteralByte
no longer depends on Preprocessor, so we can move it out of Sema into
a nice new StringLiteral::getLocationOfByte method that can be used by
any AST client.

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