This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from aedcf21ab1 [NFC] Updated tests after r368875 new 6616e2d814 [Sema][ObjC] Fix a -Wformat false positive with localizedStr [...]
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/AST/FormatString.h | 6 ++++ include/clang/Basic/IdentifierTable.h | 6 ++++ lib/AST/PrintfFormatString.cpp | 17 +++++++++++ lib/Basic/IdentifierTable.cpp | 15 +++++++++ lib/Sema/SemaChecking.cpp | 57 ++++++++++++++++++++++++++--------- test/SemaObjC/format-strings-objc.m | 42 +++++++++++++++++++++++++- 6 files changed, 127 insertions(+), 16 deletions(-)