]> granicus.if.org Git - clang/commit
[Parser] Support alternative operator token keyword args in Objective-C++
authorErik Pilkington <erik.pilkington@gmail.com>
Tue, 21 Aug 2018 16:47:04 +0000 (16:47 +0000)
committerErik Pilkington <erik.pilkington@gmail.com>
Tue, 21 Aug 2018 16:47:04 +0000 (16:47 +0000)
commitd43e8cc0269a88c64ec68cee2c2678d66a1e9de1
treeb45ad678d9f3e39282c0e181a273b661e493deaa
parent4b752d031571d45ffde9ae252f0803832b9ddbf7
[Parser] Support alternative operator token keyword args in Objective-C++

rdar://30741878

Differential revision: https://reviews.llvm.org/D50527

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@340301 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseExpr.cpp
test/Parser/message-expr-alt-op.mm [new file with mode: 0644]