]> granicus.if.org Git - clang/commit
Remove the egregious hack that made Objective-C++ ARC work with older
authorDouglas Gregor <dgregor@apple.com>
Tue, 27 Sep 2011 22:48:19 +0000 (22:48 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 27 Sep 2011 22:48:19 +0000 (22:48 +0000)
commited73b1046d1f30d64b47baaaeaaeffa6ef0dde91
tree7627e59f2dff61beea06ade4b8ac23107e88bade
parent30c42404202d2e2512e51efc6066bd614cfdb5a4
Remove the egregious hack that made Objective-C++ ARC work with older
versions of libc++. Newer versions of libc++ know how to deal with ARC
properly. Fixes <rdar://problem/10062179>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140651 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/InitPreprocessor.cpp
test/SemaObjCXX/arc-libcxx.mm [deleted file]