This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b834404 Fixing build failure by adding triple option to new test condition. new 94f92eb Update for clang after llvm::StringLiteral. new bcb98cc [analyzer] Detect ObjC properties that are both (copy) and Mutable.
The 2 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: include/clang/StaticAnalyzer/Checkers/Checkers.td | 7 +- lib/CodeGen/CGBuiltin.cpp | 2 +- lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 + .../Checkers/ObjCPropertyChecker.cpp | 82 ++++++++++++++++++++++ test/Analysis/ObjCPropertiesSyntaxChecks.m | 61 ++++++++++++++++ 5 files changed, 149 insertions(+), 4 deletions(-) create mode 100644 lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp create mode 100644 test/Analysis/ObjCPropertiesSyntaxChecks.m