This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1922b72e59 Replace two fallthrough annotations after covered switch wit [...] new 773eb73716 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}/OSLog.h | 0 lib/AST/CMakeLists.txt | 1 + lib/AST/ExprConstant.cpp | 7 +++++++ lib/{Analysis => AST}/OSLog.cpp | 2 +- lib/Analysis/CMakeLists.txt | 1 - lib/Analysis/PrintfFormatString.cpp | 2 +- lib/CodeGen/CGBuiltin.cpp | 9 +-------- test/CodeGen/builtins.c | 13 ++++++++----- 8 files changed, 19 insertions(+), 16 deletions(-) rename include/clang/{Analysis/Analyses => AST}/OSLog.h (100%) rename lib/{Analysis => AST}/OSLog.cpp (99%)