This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 879a2c4 Do not include GCC "resource" directory into the set of built [...] new c8cd8ea [Sema][ObjC] Warn about 'performSelector' calls with selector [...]
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: include/clang/Basic/DiagnosticSemaKinds.td | 6 ++ lib/AST/DeclObjC.cpp | 14 ++-- lib/Basic/IdentifierTable.cpp | 6 +- lib/Sema/SemaExprObjC.cpp | 69 ++++++++++++++++ test/SemaObjC/unsafe-perform-selector.m | 127 +++++++++++++++++++++++++++++ 5 files changed, 214 insertions(+), 8 deletions(-) create mode 100644 test/SemaObjC/unsafe-perform-selector.m