]> granicus.if.org Git - clang/commit
Make ivar rewrite C++ friendly (since C++ forces a unified namespace for typedefs...
authorSteve Naroff <snaroff@apple.com>
Wed, 12 Mar 2008 00:25:36 +0000 (00:25 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 12 Mar 2008 00:25:36 +0000 (00:25 +0000)
commit05b8c782669d07a71d4889bcacfd53a29cd16fcb
tree0b70b41b7efe6557240c5d1c001864589070607b
parentf39480406d06676a5cc17fab1ef3576427130f31
Make ivar rewrite C++ friendly (since C++ forces a unified namespace for typedefs/structures). The previous version of the rewriter generated both a type def and structure def for each class (which doesn't fly in C++).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48266 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/RewriteTest.cpp