]> granicus.if.org Git - clang/commit
Testing objective-C declarations embedded in
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 4 Dec 2012 00:47:33 +0000 (00:47 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 4 Dec 2012 00:47:33 +0000 (00:47 +0000)
commit482b4fd1aabb880887f3982ae13fbbaadb0c7d8e
tree7f8f2f625d12c05aa9d5b5c3fcc797ace74daa79
parentcdeb7d57a4867c28e3e6a8c391cba6f13c781fa6
Testing objective-C declarations embedded in
<declaration> tag of Comment XML and fixed a
missing declaration of ivars private to @implementation
as result of the testing. // rdar://12378714

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169193 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclPrinter.cpp
test/Index/comment-objc-decls.m [new file with mode: 0644]