clang-format: Support @autoreleasepool.
authorNico Weber <nicolasweber@gmx.de>
Sun, 28 Jun 2015 01:06:16 +0000 (01:06 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sun, 28 Jun 2015 01:06:16 +0000 (01:06 +0000)
commit45c4812851436ea3e762b0ac2fc3102c8ee48fa0
tree444fc9e5505e6eeedeb5998520a3de8ff23d11a6
parent226937eb15385a81144da725239127097acd3bc2
clang-format: Support @autoreleasepool.

Format @autoreleasepool properly for the Attach brace style
by recognizing @autoreleasepool as a block introducer.

Patch from Strager Neds!
http://reviews.llvm.org/D10372

llvm-svn: 240896
clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTest.cpp