This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 773eb73716 Reapply Logging: make os_log buffer size an integer constant [...] new b36845da83 Revert "Reapply Logging: make os_log buffer size an integer [...]
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 => Analysis/Analyses}/OSLog.h | 0 lib/AST/CMakeLists.txt | 1 - lib/AST/ExprConstant.cpp | 7 ------- lib/Analysis/CMakeLists.txt | 1 + lib/{AST => Analysis}/OSLog.cpp | 2 +- lib/Analysis/PrintfFormatString.cpp | 2 +- lib/CodeGen/CGBuiltin.cpp | 9 ++++++++- test/CodeGen/builtins.c | 13 +++++-------- 8 files changed, 16 insertions(+), 19 deletions(-) rename include/clang/{AST => Analysis/Analyses}/OSLog.h (100%) rename lib/{AST => Analysis}/OSLog.cpp (99%)