This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7883b59067 [OPENMP]Fix thread id passed to outlined region in sequentia [...] new b15c08d32c [ObjC] Add some additional test cases around pointer conversions.
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/SemaObjC/class-method-self.m | 2 - test/SemaObjC/comptypes-1.m | 81 ++++++++++++++++------- test/SemaObjC/comptypes-7.m | 7 +- test/SemaObjCXX/class-method-self.mm | 25 +++++++ test/SemaObjCXX/comptypes-1.mm | 124 +++++++++++++++++++++++++++++++++++ test/SemaObjCXX/comptypes-7.mm | 74 +++++++++++++++++++++ test/SemaObjCXX/instancetype.mm | 4 +- 7 files changed, 286 insertions(+), 31 deletions(-) create mode 100644 test/SemaObjCXX/class-method-self.mm create mode 100644 test/SemaObjCXX/comptypes-1.mm create mode 100644 test/SemaObjCXX/comptypes-7.mm