]> granicus.if.org Git - clang/commit
Add a flag to StringLiteral to keep track of whether the string is a pascal string...
authorAnders Carlsson <andersca@mac.com>
Thu, 14 Apr 2011 00:40:03 +0000 (00:40 +0000)
committerAnders Carlsson <andersca@mac.com>
Thu, 14 Apr 2011 00:40:03 +0000 (00:40 +0000)
commit3e2193ce5feb2feb092e5ae615e85148e06e9fd2
tree3e08e06ac3a9a0cf0c798a7f20970bf2a056bc7e
parentddd7a3d6dc98c5c6e807910d255b738d8559a231
Add a flag to StringLiteral to keep track of whether the string is a pascal string or not.

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