This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 57ac6fbcbf [libclang 3/8] Add support for AttributedType new 9824aedd2e [libclang 4/8] Add the clang_Type_getNullability() API
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-c/Index.h | 27 +++++++++++++++++++++++++++ test/Index/nullability.c | 10 ++++++++++ tools/c-index-test/c-index-test.c | 28 ++++++++++++++++++++++++++++ tools/libclang/CXType.cpp | 19 +++++++++++++++++++ tools/libclang/libclang.exports | 1 + 5 files changed, 85 insertions(+) create mode 100644 test/Index/nullability.c