This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8246e43147 Re-land "[LTO] Enable module summary emission by default for [...] new d71d946f36 [Sema] -Wformat-pedantic only for NSInteger/NSUInteger %zu/% [...]
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/Analysis/Analyses/FormatString.h | 22 ++++++--- include/clang/Basic/DiagnosticSemaKinds.td | 4 ++ lib/Analysis/PrintfFormatString.cpp | 4 +- lib/Sema/SemaChecking.cpp | 66 ++++++++++++++------------ test/FixIt/fixit-format-ios-nopedantic.m | 21 ++++++++ test/FixIt/fixit-format-ios.m | 2 +- test/SemaObjC/format-size-spec-nsinteger.m | 30 ++++++++++++ 7 files changed, 109 insertions(+), 40 deletions(-) create mode 100644 test/FixIt/fixit-format-ios-nopedantic.m create mode 100644 test/SemaObjC/format-size-spec-nsinteger.m