Attach enum's documentation to its typedef if
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 25 Jan 2013 22:48:32 +0000 (22:48 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 25 Jan 2013 22:48:32 +0000 (22:48 +0000)
commit40abf3424cce1389b062943cddb166d193beb03e
tree8e8868f835d26a0af90bd4cb3057826353d48278
parent6bd2a89d5ae990135b6d400982c2004ad72b9f15
Attach enum's documentation to its typedef if
latter does not have one of its own. // rdar://13067629

llvm-svn: 173516
clang/lib/AST/ASTContext.cpp
clang/test/Index/annotate-comments-typedef.m [new file with mode: 0644]