Formatter: The contents of @selector() should be formatted as a selector.
authorNico Weber <nicolasweber@gmx.de>
Fri, 18 Jan 2013 02:43:57 +0000 (02:43 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 18 Jan 2013 02:43:57 +0000 (02:43 +0000)
commit250fe71366bf3e2bd34e4812512e0e97175c936c
treeef62c368f8ab672aa02deed919413ee043c22350
parent62ffead1addcc5a136f2afb130887f3499063fe4
Formatter: The contents of @selector() should be formatted as a selector.

Before: @selector(foo: )
Now: @selector(foo:)
llvm-svn: 172781
clang/lib/Format/Format.cpp
clang/unittests/Format/FormatTest.cpp