This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4f1bb770ad [analyzer] Trying to fix Windows buildbots after r327258 new 5f93943aed [clang-format] Don't detect C++11 attribute specifiers as ObjC new 691196ab66 [clang-format] Improve detection of Objective-C block types
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Format/ContinuationIndenter.cpp | 4 +- lib/Format/FormatToken.h | 2 + lib/Format/TokenAnnotator.cpp | 90 ++++++++++++++++++++++++++++++------- unittests/Format/FormatTest.cpp | 61 ++++++++++++++++++------- unittests/Format/FormatTestObjC.cpp | 9 ++++ 5 files changed, 132 insertions(+), 34 deletions(-)