]> granicus.if.org Git - clang/commit
Testing C++ declarations embedded in
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 5 Dec 2012 19:54:11 +0000 (19:54 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 5 Dec 2012 19:54:11 +0000 (19:54 +0000)
commit02a2e5a1dd0ad1b93f66040fc7aae6d69a918daf
tree3cf1f5925d905d44fd1349b8e1248b507dac0114
parente0c01963514ed158208cde1f3a0343a788156e27
Testing C++ declarations embedded in
<declaration> tag of Comment XML.
Added DeclPrint support for constructors
and fix tests accordingly.
This is wip. // rdar://12378714

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169412 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclPrinter.cpp
test/Index/comment-to-html-xml-conversion.cpp
unittests/AST/DeclPrinterTest.cpp