This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9c03e2cb50 Fix clang-format's detection of structured bindings. new 13e9a9c45a clang-format clang-format. new c0bcf3b945 [Sema] Move some stuff into -Wtautological-unsigned-enum-zer [...]
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: include/clang/Basic/DiagnosticGroups.td | 2 + include/clang/Basic/DiagnosticSemaKinds.td | 19 ++- lib/Format/BreakableToken.cpp | 111 +++++++-------- lib/Format/ContinuationIndenter.cpp | 40 +++--- lib/Format/Format.cpp | 43 +++--- lib/Format/FormatToken.cpp | 5 +- lib/Format/FormatToken.h | 153 ++++++++++----------- lib/Format/FormatTokenLexer.cpp | 15 +- lib/Format/SortJavaScriptImports.cpp | 2 +- lib/Format/TokenAnalyzer.cpp | 5 +- lib/Format/TokenAnnotator.cpp | 103 +++++++------- lib/Format/UnwrappedLineFormatter.cpp | 15 +- lib/Format/UnwrappedLineFormatter.h | 3 +- lib/Format/UnwrappedLineParser.cpp | 34 +++-- lib/Format/UnwrappedLineParser.h | 5 +- lib/Format/WhitespaceManager.cpp | 16 +-- lib/Sema/SemaChecking.cpp | 38 ++--- test/Sema/compare.c | 53 ++++++- .../Sema/tautological-unsigned-enum-zero-compare.c | 46 +++++++ 19 files changed, 398 insertions(+), 310 deletions(-) create mode 100644 test/Sema/tautological-unsigned-enum-zero-compare.c