clang-format: Support NS_OPTIONS, CF_ENUM and CF_OPTIONS.
authorDaniel Jasper <djasper@google.com>
Fri, 5 Dec 2014 10:42:21 +0000 (10:42 +0000)
committerDaniel Jasper <djasper@google.com>
Fri, 5 Dec 2014 10:42:21 +0000 (10:42 +0000)
commit31f6c54733031ce9f6a05444d0ef10eec481d729
tree47e77b4bd9afe3ddf66c1d66d1950b523dea2410
parentbf253a3d3fa11b1a2b11c310bebc7bfa918ec64f
clang-format: Support NS_OPTIONS, CF_ENUM and CF_OPTIONS.

This fixes llvm.org/PR21756.

llvm-svn: 223458
clang/lib/Format/FormatToken.h
clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTest.cpp