This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4f97b44dc0 Thread safety analysis: Allow relockable scopes new 7930896ba3 [ASTImporter] Add test for ObjCAutoreleasePoolStmt new a991a09bec [ASTImporter] Add test for SwitchStmt new 56304207e9 [ASTImporter] Add test for ObjCTypeParamDecl new 342aa6e5c2 [ASTImporter] Remove duplicated and dead CXXNamedCastExpr ha [...]
The 4 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/ASTImporter.cpp | 32 ---------------- test/Import/objc-autoreleasepool/Inputs/F.m | 5 +++ test/Import/objc-autoreleasepool/test.m | 9 +++++ test/Import/objc-param-decl/Inputs/S.m | 5 +++ test/Import/objc-param-decl/test.m | 11 ++++++ test/Import/switch-stmt/Inputs/F.cpp | 18 +++++++++ test/Import/{for-stmt => switch-stmt}/test.cpp | 53 ++++++++++++-------------- 7 files changed, 73 insertions(+), 60 deletions(-) create mode 100644 test/Import/objc-autoreleasepool/Inputs/F.m create mode 100644 test/Import/objc-autoreleasepool/test.m create mode 100644 test/Import/objc-param-decl/Inputs/S.m create mode 100644 test/Import/objc-param-decl/test.m create mode 100644 test/Import/switch-stmt/Inputs/F.cpp copy test/Import/{for-stmt => switch-stmt}/test.cpp (50%)