This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5d285dac56 [ubsan] Null-check pointers in -fsanitize=vptr (PR33881) new 315b9a701b [Frontend] Mark some ASTUnit methods as const. NFC. new 0f53b50dc8 [ExternalASTMerger] Import Objective-C classes
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/Frontend/ASTUnit.h | 20 +++++++------- lib/AST/ExternalASTMerger.cpp | 6 ++++- lib/Frontend/ASTUnit.cpp | 14 +++++----- test/Import/objc-method/Inputs/S.m | 4 +++ test/Import/objc-method/test.m | 5 ++++ tools/clang-import-test/clang-import-test.cpp | 39 ++++++++++++++++++--------- 6 files changed, 58 insertions(+), 30 deletions(-) create mode 100644 test/Import/objc-method/Inputs/S.m create mode 100644 test/Import/objc-method/test.m