]> granicus.if.org Git - clang/commit
clang-format: Add support for a space after @property
authorDaniel Jasper <djasper@google.com>
Tue, 28 Jan 2014 15:20:33 +0000 (15:20 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 28 Jan 2014 15:20:33 +0000 (15:20 +0000)
commit418b2b414b98d5fbbdb5069811422ea2d6ffef3c
tree01aca160c7c933be86f236bf202465841273a5dd
parente1978b80258c81a6d398533dfed4da50d9c09c0b
clang-format: Add support for a space after @property

Mozilla and WebKit seem to use a space after @property (verified by
grepping their codebases) so we turn this on there as well.

Change by Christian Legnitto. Thank you!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200320 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Format/Format.h
lib/Format/Format.cpp
lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTest.cpp