]> granicus.if.org Git - clang/commit
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)
commitf1a4b00f02c1273e787276c195999c22ef382f9d
treef31039524b10d111722278103af9e06e7c15719f
parent64a12add36a2bd44cb5b571a5c7255797b703568
clang-format: Support NS_OPTIONS, CF_ENUM and CF_OPTIONS.

This fixes llvm.org/PR21756.

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