]> granicus.if.org Git - clang/commit
[document parsing]: When tag declaration (but not definition!)
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 17 Apr 2013 21:05:20 +0000 (21:05 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 17 Apr 2013 21:05:20 +0000 (21:05 +0000)
commit099ecfb0ed137665a3394187030d8fd7183fd9d4
treeedbace20f791cb643e0b883e4362c416b8b2c00b
parentabee27ba69494c142ee4acf9eca91dab7dea1b32
[document parsing]: When tag declaration (but not definition!)
is part of the decl-specifier-seq of some other declaration,
it doesn't get comment. // rdar://12390371

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179722 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp
test/Sema/no-documentation-warn-tagdecl-specifier.c [new file with mode: 0644]