This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 756a6a581d [clang-format] [PR42417] clang-format inserts a space after [...] new c491854e22 [clang-rename] Fix a crash when renaming a class without def [...] new 35019497fe Further improve -Wbool-operation bitwise negation message
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/DiagnosticSemaKinds.td | 2 +- lib/Tooling/Refactoring/Rename/USRFindingAction.cpp | 4 ++++ test/Sema/warn-bitwise-negation-bool.c | 6 +++--- test/clang-rename/ForwardClassDecl.cpp | 4 ++++ 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 test/clang-rename/ForwardClassDecl.cpp