This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 56ddb2a69c [Implicit Modules] Add -cc1 option -fmodules-strict-context- [...] new ae3e9c83d4 Add -Wbitwise-conditional-parentheses to warn on mixing '|' [...] new 830e570605 [Docs] Fix header level. new e8e29276b6 [analyzer] Fix a crash on tracking Objective-C 'self' as a c [...] new 9504ebbcec [analyzer] PR43551: Do not dereferce void* in UndefOrNullArg [...]
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: docs/Modules.rst | 2 +- docs/ReleaseNotes.rst | 3 ++ include/clang/Basic/DiagnosticGroups.td | 2 ++ include/clang/Basic/DiagnosticSemaKinds.td | 3 ++ lib/Sema/SemaExpr.cpp | 13 +++++++-- lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 27 +++++++++++------- test/Analysis/novoidtypecrash.c | 29 ++++++++++++++++---- .../Analysis/track-control-dependency-conditions.m | 32 ++++++++++++++++++++++ test/Sema/parentheses.c | 22 +++++++++++++++ 9 files changed, 115 insertions(+), 18 deletions(-) create mode 100644 test/Analysis/track-control-dependency-conditions.m