This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 392a9db851 [Analyzer] Static analyzer script for updating reference results new ca99adda4e Add test cases that weren't committed in r313945.
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: test/CodeGenCXX/noescape.cpp | 67 +++++++++++++++++++++++++++++++++ test/CodeGenObjC/noescape.m | 71 ++++++++++++++++++++++++++++++++++ test/Sema/noescape.c | 25 ++++++++++++ test/SemaObjCXX/noescape.mm | 90 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 253 insertions(+) create mode 100644 test/CodeGenCXX/noescape.cpp create mode 100644 test/CodeGenObjC/noescape.m create mode 100644 test/Sema/noescape.c create mode 100644 test/SemaObjCXX/noescape.mm