This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 273f2bbc3c os_log: Add a new privacy annotation "sensitive". new 0d69816576 os_log: Allow specifying mask type in format string.
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 | 7 +++++++ include/clang/AST/OSLog.h | 21 +++++++++++++++------ include/clang/Basic/DiagnosticSemaKinds.td | 2 ++ lib/AST/OSLog.cpp | 8 ++++++++ lib/AST/PrintfFormatString.cpp | 11 +++++++++-- lib/CodeGen/CGBuiltin.cpp | 7 ++++++- lib/Sema/SemaChecking.cpp | 6 ++++++ test/CodeGen/builtins.c | 16 ++++++++++++++++ test/SemaObjC/format-strings-oslog.m | 4 ++++ 9 files changed, 73 insertions(+), 9 deletions(-)