This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7678da7643 cmake: Remove uses of add_llvm_loadable_module macro new 3b4a406bc8 [ObjC] Messages to 'self' in class methods that return 'inst [...]
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/Sema/Sema.h | 13 ++--- lib/Sema/SemaExprObjC.cpp | 65 ++++++++++++++-------- .../SemaObjC/multiple-method-names-in-class-self.m | 39 +++++++++++++ 3 files changed, 88 insertions(+), 29 deletions(-) create mode 100644 test/SemaObjC/multiple-method-names-in-class-self.m