]> granicus.if.org Git - clang/commit
Patch to allow alternative representation of c++
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 3 Sep 2010 01:26:16 +0000 (01:26 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 3 Sep 2010 01:26:16 +0000 (01:26 +0000)
commitbe74740cc246ce08d42804a684385a42eb814edb
tree1fda5a03d04b57d582ef7a9f2f5efcfcbfae964d
parent4938f2385f82e54df019b2fb1128a58ebad98bec
Patch to allow alternative representation of c++
operators (and, or, etc.) to be used as selectors
to match g++'s behavior.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112935 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/Token.h
lib/Lex/Preprocessor.cpp
lib/Parse/ParseObjc.cpp
test/SemaObjCXX/cxxoperator-selector.mm [new file with mode: 0644]