This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fedc6539be [analyzer][NFC] Refactoring BugReporter.cpp P4.: If it can b [...] new 7e7a7d4e47 [analyzer][NFC] Refactoring BugReporter.cpp P5.: Compact mil [...] new 9cd89a1a8c Revert "Fix crash on switch conditions of non-integer types [...]
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: .../Core/BugReporter/BugReporterVisitors.h | 2 +- .../Core/BugReporter/PathDiagnostic.h | 7 + lib/AST/Expr.cpp | 9 - lib/Sema/SemaChecking.cpp | 2 - lib/StaticAnalyzer/Core/BugReporter.cpp | 823 +++++++++++---------- lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 6 +- test/SemaTemplate/dependent-names.cpp | 3 + test/SemaTemplate/enum-argument.cpp | 3 +- test/SemaTemplate/member-access-expr.cpp | 2 +- test/SemaTemplate/non-integral-switch-cond.cpp | 14 - 10 files changed, 465 insertions(+), 406 deletions(-) delete mode 100644 test/SemaTemplate/non-integral-switch-cond.cpp