This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from dafa8b9 Revert r253909 because it was committed with an incorrect message new d3c40ba clang-c: Add the clang_getCursorVisibility() API new 0c6b012 Fixed bug
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: include/clang-c/Index.h | 26 ++++++++++++++++++++++++++ include/clang/CMakeLists.txt | 1 - test/Index/symbol-visibility.c | 7 +++++++ tools/c-index-test/c-index-test.c | 30 ++++++++++++++++++++++++++++++ tools/libclang/CIndex.cpp | 21 +++++++++++++++++++++ tools/libclang/libclang.exports | 1 + 6 files changed, 85 insertions(+), 1 deletion(-) create mode 100644 test/Index/symbol-visibility.c