This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d22a19d56f [analyzer] Fix function macro crash new e615fa35aa Objective-C++11: Support static_assert() in @interface/@impl [...] new c11ba05ef0 [ASTImporter] Fix import of NestedNameSpecifierLoc. new 16aa52b2b5 Remove unused variable to silence compiler warning [NFC]
The 3 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/Basic/Features.def | 3 ++ lib/AST/ASTImporter.cpp | 5 +- lib/Parse/ParseDecl.cpp | 3 ++ lib/Parse/ParseObjc.cpp | 24 +++++++++ lib/Sema/SemaExpr.cpp | 2 +- lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | 3 +- test/Parser/objc-static-assert.m | 54 ++++++++++++++++++++ test/Parser/objc-static-assert.mm | 74 ++++++++++++++++++++++++++++ unittests/AST/ASTImporterTest.cpp | 20 ++++++++ 9 files changed, 184 insertions(+), 4 deletions(-) create mode 100644 test/Parser/objc-static-assert.m create mode 100644 test/Parser/objc-static-assert.mm