]> granicus.if.org Git - clang/commit
Formatter: Add a test for bitfields.
authorNico Weber <nicolasweber@gmx.de>
Mon, 14 Jan 2013 05:49:49 +0000 (05:49 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 14 Jan 2013 05:49:49 +0000 (05:49 +0000)
commitefaddc0705cfc7c36b76da9ebc33b69843e31996
treee3757300ff15e2d7eed6f1c6675d79e2c08e3a0c
parent21c8fa87a3517d835072193a59a955ec7f6bf408
Formatter: Add a test for bitfields.

They work fine, but this fifth use of colons (after labels, in ?:,
in initalizer lists in constructors, in objc method expressions, and in
bitfields) wasn't covered by tests yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172377 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Format/FormatTest.cpp