This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5bd4b03535 Follow-up to r345699: Call CheckStaticLocalForDllExport late [...] new 537ae129b7 [analyzer][PlistMacroExpansion] Part 1.: New expand-macros flag
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: .../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 10 + lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 7 + lib/StaticAnalyzer/Core/BugReporter.cpp | 18 +- lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | 91 ++++++- .../plist-macros-with-expansion.cpp.plist} | 266 ++++++++++----------- test/Analysis/plist-macros-with-expansion.cpp | 44 ++++ 6 files changed, 275 insertions(+), 161 deletions(-) copy test/Analysis/{inlining/Inputs/expected-plists/eager-reclamation-path-notes.c [...] create mode 100644 test/Analysis/plist-macros-with-expansion.cpp