]> granicus.if.org Git - clang/commit
Add objective-C style formatting to clang format and
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 20 Dec 2012 19:54:13 +0000 (19:54 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 20 Dec 2012 19:54:13 +0000 (19:54 +0000)
commit154120cde4f56ed04261bab302fdbbed1a7f080b
tree52ef97dca08e390c8bb4574e655d145146f7b502
parentbbf4d53343c2bbd082b7c1488f34650a7d07ae3b
Add objective-C style formatting to clang format and
use it to format xml declaration tags.
// rdar://12378714

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170727 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp
test/Index/comment-c-decls.c
test/Index/comment-objc-decls.m
test/Index/comment-to-html-xml-conversion.cpp
test/Index/format-comment-cdecls.c
test/Index/overriding-method-comments.mm
tools/libclang/CXComment.cpp
unittests/Format/FormatTest.cpp