This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4ad7038 PR31606: Generalize our tentative DR resolution for inheritin [...] new fc1ee28 [clang] Emit `diagnose_if` warnings from system headers new b0e39fe PR31631: fix bad CFG (and bogus warnings) when an if-statemen [...]
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 | 3 +- lib/Analysis/CFG.cpp | 77 +++++++++++------------ test/Sema/Inputs/diagnose-if-warn-system-header.h | 11 ++++ test/Sema/diagnose_if.c | 3 + test/SemaCXX/uninitialized.cpp | 12 +++- 5 files changed, 63 insertions(+), 43 deletions(-) create mode 100644 test/Sema/Inputs/diagnose-if-warn-system-header.h