This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from da7c99cf28 [clang-format][PR41964] Fix crash with SIGFPE when TabWidth [...] new 7a6d9c1201 [Sema] Suppress -Wformat diagnostics for bool types when pri [...] new 82a9c901e4 make -frewrite-includes also rewrite conditions in #if/#elif new e6f9f40451 [clang-format][PR41899] PointerAlignment: Left leads to usel [...] new 145d99a86a actually also compile output in tests for -frewrite-includes
The 4 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 | 3 + lib/AST/FormatString.cpp | 2 + lib/Format/TokenAnnotator.cpp | 3 +- lib/Frontend/Rewrite/InclusionRewriter.cpp | 174 +++++++-------------- lib/Sema/SemaChecking.cpp | 16 ++ .../Inputs/NextIncludes/rewrite-includes9.h | 2 +- test/Frontend/Inputs/rewrite-includes1.h | 2 +- test/Frontend/Inputs/rewrite-includes2.h | 2 +- test/Frontend/Inputs/rewrite-includes3.h | 2 +- test/Frontend/Inputs/rewrite-includes4.h | 2 +- test/Frontend/Inputs/rewrite-includes5.h | 2 +- test/Frontend/Inputs/rewrite-includes6.h | 2 +- test/Frontend/Inputs/rewrite-includes7.h | 2 +- test/Frontend/rewrite-includes-cli-include.c | 2 +- test/Frontend/rewrite-includes-conditions.c | 113 +++++++++++++ test/Frontend/rewrite-includes.c | 136 ++++++++++------ test/Modules/preprocess-module.cpp | 2 +- test/Sema/format-bool.c | 46 ++++++ unittests/Format/FormatTest.cpp | 9 ++ 19 files changed, 345 insertions(+), 177 deletions(-) create mode 100644 test/Frontend/rewrite-includes-conditions.c create mode 100644 test/Sema/format-bool.c