This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 221fc2f [clang] Remove redundant --check-prefix=CHECK from tests new 16b762b Revert "Add support for __builtin_os_log_format[_buffer_size]"
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 | 47 ++-- include/clang/Analysis/Analyses/OSLog.h | 155 -------------- include/clang/Basic/Builtins.def | 4 - include/clang/Basic/DiagnosticSemaKinds.td | 15 -- include/clang/Sema/Sema.h | 3 - lib/Analysis/CMakeLists.txt | 1 - lib/Analysis/FormatString.cpp | 3 - lib/Analysis/OSLog.cpp | 177 --------------- lib/Analysis/PrintfFormatString.cpp | 43 +--- lib/CodeGen/CGBuiltin.cpp | 85 +------- lib/Sema/SemaChecking.cpp | 285 ++++++------------------- lib/Sema/SemaDeclAttr.cpp | 29 ++- test/CodeGen/builtins.c | 141 +----------- test/CodeGenObjC/os_log.m | 39 ---- test/SemaObjC/format-strings-oslog.m | 62 ------ 15 files changed, 95 insertions(+), 994 deletions(-) delete mode 100644 include/clang/Analysis/Analyses/OSLog.h delete mode 100644 lib/Analysis/OSLog.cpp delete mode 100644 test/CodeGenObjC/os_log.m delete mode 100644 test/SemaObjC/format-strings-oslog.m