This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 39e21032cb [analyzer] Fix UninitializedObjectChecker to not crash on un [...] new 4d3fdcb568 Fix check strings in test/CodeGenObjC/arc-blocks.m in preper [...] new 72addef3a0 [CodeGen] Before returning a copy/dispose helper function, b [...] new ef79af91f9 Move test inputs into Inputs directory.
The 3 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: lib/CodeGen/CGBlocks.cpp | 4 +-- .../NewDelete-path-notes.cpp.plist | 0 .../conditional-path-notes.c.plist | 0 .../expected-plists}/cstring-plist.c.plist | 0 .../expected-plists}/cxx-for-range.cpp.plist | 0 .../expected-plists}/edges-new.mm.plist | 0 .../expected-plists}/generics.m.plist | 0 .../expected-plists}/inline-plist.c.plist | 0 .../expected-plists}/inline-unique-reports.c.plist | 0 .../method-call-path-notes.cpp.plist | 0 .../expected-plists}/model-file.cpp.plist | 0 .../expected-plists}/null-deref-path-notes.m.plist | 0 .../expected-plists}/nullability-notes.m.plist | 0 .../expected-plists}/objc-arc.m.plist | 0 .../expected-plists}/objc-radar17039661.m.plist | 0 .../expected-plists}/plist-macros.cpp.plist | 0 .../plist-output-alternate.m.plist | 0 .../expected-plists}/plist-output.m.plist | 0 .../expected-plists}/plist-stats-output.c.plist | 0 .../retain-release-path-notes-gc.m.plist | 0 .../retain-release-path-notes.m.plist | 0 .../expected-plists}/unix-fns.c.plist | 0 .../expected-plists}/yaccignore.c.plist | 0 test/Analysis/NewDelete-path-notes.cpp | 2 +- test/Analysis/conditional-path-notes.c | 2 +- .../plist-diagnostics-notes-as-events.cpp.plist | 0 .../expected-plists}/plist-diagnostics.cpp.plist | 0 .../plist-diagnostics-notes-as-events.cpp | 2 +- test/Analysis/copypaste/plist-diagnostics.cpp | 2 +- test/Analysis/cxx-for-range.cpp | 2 +- .../deref-track-symbolic-region.c.plist | 0 .../expected-plists}/undef-value-caller.c.plist | 0 .../expected-plists}/undef-value-param.c.plist | 0 .../expected-plists}/undef-value-param.m.plist | 0 .../diagnostics/deref-track-symbolic-region.c | 2 +- test/Analysis/diagnostics/undef-value-caller.c | 2 +- test/Analysis/diagnostics/undef-value-param.c | 2 +- test/Analysis/diagnostics/undef-value-param.m | 2 +- test/Analysis/edges-new.mm | 2 +- test/Analysis/generics.m | 2 +- test/Analysis/inline-plist.c | 2 +- test/Analysis/inline-unique-reports.c | 2 +- .../eager-reclamation-path-notes.c.plist | 0 .../eager-reclamation-path-notes.cpp.plist | 0 .../Inputs/expected-plists}/path-notes.c.plist | 0 .../Inputs/expected-plists}/path-notes.cpp.plist | 0 .../Inputs/expected-plists}/path-notes.m.plist | 0 .../inlining/eager-reclamation-path-notes.c | 2 +- .../inlining/eager-reclamation-path-notes.cpp | 2 +- test/Analysis/inlining/path-notes.c | 2 +- test/Analysis/inlining/path-notes.cpp | 2 +- test/Analysis/inlining/path-notes.m | 2 +- test/Analysis/method-call-path-notes.cpp | 2 +- test/Analysis/model-file.cpp | 2 +- test/Analysis/null-deref-path-notes.m | 2 +- test/Analysis/nullability-notes.m | 2 +- test/Analysis/objc-arc.m | 2 +- test/Analysis/plist-macros.cpp | 2 +- test/Analysis/plist-output-alternate.m | 2 +- test/Analysis/plist-output.m | 2 +- test/Analysis/retain-release-path-notes-gc.m | 2 +- test/Analysis/retain-release-path-notes.m | 2 +- test/CodeGen/blocks.c | 5 ++-- test/CodeGenObjC/arc-blocks.m | 34 +++++++++++----------- 64 files changed, 50 insertions(+), 49 deletions(-) rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/NewDelete- [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/conditiona [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/cstring-pl [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/cxx-for-ra [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/edges-new. [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/generics.m [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/inline-pli [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/inline-uni [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/method-cal [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/model-file [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/null-deref [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/nullabilit [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/objc-arc.m [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/objc-radar [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/plist-macr [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/plist-outp [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/plist-outp [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/plist-stat [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/retain-rel [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/retain-rel [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/unix-fns.c [...] rename test/Analysis/{ExpectedOutputs/plists => Inputs/expected-plists}/yaccignore [...] rename test/Analysis/{ExpectedOutputs/plists/copypaste => copypaste/Inputs/expecte [...] rename test/Analysis/{ExpectedOutputs/plists/copypaste => copypaste/Inputs/expecte [...] rename test/Analysis/{ExpectedOutputs/plists/diagnostics => diagnostics/Inputs/exp [...] rename test/Analysis/{ExpectedOutputs/plists/diagnostics => diagnostics/Inputs/exp [...] rename test/Analysis/{ExpectedOutputs/plists/diagnostics => diagnostics/Inputs/exp [...] rename test/Analysis/{ExpectedOutputs/plists/diagnostics => diagnostics/Inputs/exp [...] rename test/Analysis/{ExpectedOutputs/plists/inlining => inlining/Inputs/expected- [...] rename test/Analysis/{ExpectedOutputs/plists/inlining => inlining/Inputs/expected- [...] rename test/Analysis/{ExpectedOutputs/plists/inlining => inlining/Inputs/expected- [...] rename test/Analysis/{ExpectedOutputs/plists/inlining => inlining/Inputs/expected- [...] rename test/Analysis/{ExpectedOutputs/plists/inlining => inlining/Inputs/expected- [...]