This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8974976622 Add support for 'atomic_default_mem_order' clause on 'requir [...] new 9a556415ec Reapply Logging: make os_log buffer size an integer constant [...]
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 => AST}/FormatString.h | 0 include/clang/{Analysis/Analyses => AST}/OSLog.h | 0 lib/AST/CMakeLists.txt | 4 ++++ lib/AST/ExprConstant.cpp | 7 +++++++ lib/{Analysis => AST}/FormatString.cpp | 0 lib/{Analysis => AST}/FormatStringParsing.h | 2 +- lib/{Analysis => AST}/OSLog.cpp | 4 ++-- lib/{Analysis => AST}/PrintfFormatString.cpp | 4 ++-- lib/{Analysis => AST}/ScanfFormatString.cpp | 2 +- lib/Analysis/CMakeLists.txt | 4 ---- lib/CodeGen/CGBuiltin.cpp | 9 +-------- lib/Sema/SemaChecking.cpp | 2 +- test/CodeGen/builtins.c | 13 ++++++++----- 13 files changed, 27 insertions(+), 24 deletions(-) rename include/clang/{Analysis/Analyses => AST}/FormatString.h (100%) rename include/clang/{Analysis/Analyses => AST}/OSLog.h (100%) rename lib/{Analysis => AST}/FormatString.cpp (100%) rename lib/{Analysis => AST}/FormatStringParsing.h (98%) rename lib/{Analysis => AST}/OSLog.cpp (98%) rename lib/{Analysis => AST}/PrintfFormatString.cpp (99%) rename lib/{Analysis => AST}/ScanfFormatString.cpp (99%)