This is the libclang patch providing minimal API to
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 18 Dec 2012 23:02:59 +0000 (23:02 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 18 Dec 2012 23:02:59 +0000 (23:02 +0000)
commit9b7ab87738a6e4225005cff36e7aa1e735df5236
tree27497a1cc82347f49b5669a2e807a97152c3520b
parentdfc9430bc7536c9f4599d586afce43606337dedb
This is the libclang patch providing minimal API to
use clang's formatter. Currently, formatter is used
to format declaration tags for xml comments. Since formatter
is in flux and its change will break several of the clang comment
tests, only a single tests is formatted using this facility.
Doug has reviewed and approved it for check-in.

llvm-svn: 170467
clang/lib/AST/DeclPrinter.cpp
clang/test/Index/comment-objc-decls.m
clang/test/Index/format-comment-cdecls.c [new file with mode: 0644]
clang/test/Index/overriding-method-comments.mm
clang/tools/libclang/CIndex.cpp
clang/tools/libclang/CMakeLists.txt
clang/tools/libclang/CXComment.cpp
clang/tools/libclang/CXTranslationUnit.h
clang/tools/libclang/Makefile
clang/tools/libclang/SimpleFormatContext.h [new file with mode: 0644]
clang/unittests/AST/DeclPrinterTest.cpp