]> granicus.if.org Git - clang/commit
change the StringLiteral AST node to track all of the SourceLocations of
authorChris Lattner <sabre@nondot.org>
Wed, 18 Feb 2009 05:49:11 +0000 (05:49 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 18 Feb 2009 05:49:11 +0000 (05:49 +0000)
commit726e168dc09fb23f53c7b004f8e919421ee91806
tree31e28ff92e011dd2ffbc9bb0efdc83405749c99f
parentb103f01e5e2072c04ea5619c587a2b7ff2e63022
change the StringLiteral AST node to track all of the SourceLocations of
the various PPTokens that are pasted together to make it.  In the course
of working on this, I discovered ParseObjCStringLiteral which needs some
work.  I'll tackle it next.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64892 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/RewriteObjC.cpp
include/clang/AST/Expr.h
lib/AST/Expr.cpp
lib/AST/StmtSerialization.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprObjC.cpp