This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 74d4b6706e [Coverage] Add an option to emit limited coverage info new da4e89c847 bindings: expose Linkage to the python bindings new cc76a8176e [clang] Fix printf fixit for objc specific types
The 2 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: bindings/python/clang/cindex.py | 28 ++++++++++++++++++++++++++ bindings/python/tests/cindex/test_linkage.py | 30 ++++++++++++++++++++++++++++ lib/Sema/SemaChecking.cpp | 2 +- test/FixIt/fixit-format-ios.m | 26 ++++++++++++++++++++++++ 4 files changed, 85 insertions(+), 1 deletion(-) create mode 100644 bindings/python/tests/cindex/test_linkage.py create mode 100644 test/FixIt/fixit-format-ios.m