]> granicus.if.org Git - clang/commit
Add ObjC parser support for concatenated ObjC strings. Note that
authorChris Lattner <sabre@nondot.org>
Wed, 12 Dec 2007 01:04:12 +0000 (01:04 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Dec 2007 01:04:12 +0000 (01:04 +0000)
commitb3a99cd5bcaeff0c5ff6a60788b5eb68e52a3953
tree3e7efabe6768470d292403dba8125b104ab115e7
parent4ffc54111fdc0baa45bb287f59774e06dea8caa4
Add ObjC parser support for concatenated ObjC strings.  Note that
this is passed to sema and ignored there, so the second part of the
string will not make it into the AST.  Passing to Fariborz to finish
Sema + AST construction.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44898 91177308-0d34-0410-b5e6-96231b3b80d8
Parse/ParseObjc.cpp
Sema/Sema.h
Sema/SemaExpr.cpp
clang.xcodeproj/project.pbxproj
include/clang/Basic/DiagnosticKinds.def
include/clang/Parse/Action.h
test/Sema/objc-string.m [new file with mode: 0644]