This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a751cfc2db [CodeGen][ObjC] Remove the leading 'l' from symbols for prot [...] new 4e383db124 [analyzer] Fix an assertation failure for invalid sourceloca [...]
The 1 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/analyzer/developer-docs/DebugChecks.rst | 7 +++++ include/clang/StaticAnalyzer/Checkers/Checkers.td | 4 +++ lib/StaticAnalyzer/Checkers/DebugCheckers.cpp | 31 +++++++++++++++++++++++ lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 12 ++++++++- test/Analysis/diagnostics/invalid-srcloc-fix.cpp | 12 +++++++++ test/Analysis/plist-html-macros.c | 5 +++- 6 files changed, 69 insertions(+), 2 deletions(-) create mode 100644 test/Analysis/diagnostics/invalid-srcloc-fix.cpp