This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fb77f03977 [ubsan] Skip alignment checks on allocas with known alignment new f826bb46d9 [Modules][ObjC] Check definition from canonical decl on desi [...]
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/AST/DeclObjC.cpp | 11 ++++++++++- test/Modules/Inputs/objc-desig-init/A.h | 1 + test/Modules/Inputs/objc-desig-init/A2.h | 4 ++++ test/Modules/Inputs/objc-desig-init/Base.h | 4 ++++ test/Modules/Inputs/objc-desig-init/X.h | 4 ++++ .../{PR26014 => objc-desig-init}/module.modulemap | 8 ++++---- test/Modules/objc-designated-init-mod.m | 17 +++++++++++++++++ 7 files changed, 44 insertions(+), 5 deletions(-) create mode 100644 test/Modules/Inputs/objc-desig-init/A.h create mode 100644 test/Modules/Inputs/objc-desig-init/A2.h create mode 100644 test/Modules/Inputs/objc-desig-init/Base.h create mode 100644 test/Modules/Inputs/objc-desig-init/X.h copy test/Modules/Inputs/{PR26014 => objc-desig-init}/module.modulemap (62%) create mode 100644 test/Modules/objc-designated-init-mod.m