This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e05b36f604 clang -dumpversion returns 4.2.1 for legacy reason, update it new 96ad722022 Thread Safety: also look at ObjC methods
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: lib/Analysis/ThreadSafetyCommon.cpp | 21 +++++++++++++-------- test/SemaObjCXX/no-crash-thread-safety-analysis.mm | 15 +++++++++++++++ test/SemaObjCXX/thread-safety-analysis.h | 17 +++++++++++++++++ test/SemaObjCXX/warn-thread-safety-analysis.mm | 18 +----------------- 4 files changed, 46 insertions(+), 25 deletions(-) create mode 100644 test/SemaObjCXX/no-crash-thread-safety-analysis.mm create mode 100644 test/SemaObjCXX/thread-safety-analysis.h