This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f7f26e4429 Set dso_local when clearing dllimport. new d0c687aaf8 [Sema] Make deprecation fix-it replace all multi-parameter O [...]
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: include/clang/Basic/CharInfo.h | 11 +- include/clang/Sema/DelayedDiagnostic.h | 12 +- include/clang/Sema/Sema.h | 4 +- lib/Sema/DelayedDiagnostic.cpp | 13 +- lib/Sema/SemaDeclAttr.cpp | 101 +++++++++--- lib/Sema/SemaExpr.cpp | 5 +- lib/Sema/SemaExprObjC.cpp | 26 ++-- test/SemaObjC/attr-deprecated-replacement-fixit.m | 177 ++++++++++++++++++++++ unittests/Basic/CharInfoTest.cpp | 5 + 9 files changed, 309 insertions(+), 45 deletions(-) create mode 100644 test/SemaObjC/attr-deprecated-replacement-fixit.m