This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f457c2c3df [scan-build] Add an option to skip overriding CC and CXX make vars new e88bf5d2a8 [clang-format] Fix bug where -dump-config failed on ObjC header
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: test/Format/dump-config-cxx.h | 3 +++ test/Format/dump-config-objc.h | 5 +++++ test/Format/lit.local.cfg | 4 ++++ tools/clang-format/ClangFormat.cpp | 23 ++++++++++++++++++++--- 4 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 test/Format/dump-config-cxx.h create mode 100644 test/Format/dump-config-objc.h create mode 100644 test/Format/lit.local.cfg