This patch adds a clang-c API for querying the nullability of an AttributedType.
The test here also tests D49081
Paths
| Differential D49082
[libclang 4/8] Add the clang_Type_getNullability() API ClosedPublic Authored by michaelwu on Jul 9 2018, 8:07 AM.
Details Summary This patch adds a clang-c API for querying the nullability of an AttributedType. The test here also tests D49081
Diff Detail
Event Timelinemichaelwu retitled this revision from [libclang] Add the clang_Type_getNullability() API to [libclang 4/8] Add the clang_Type_getNullability() API.Jul 21 2018, 11:13 AM This revision is now accepted and ready to land.Jul 31 2018, 6:12 AM Closed by commit rC338809: [libclang 4/8] Add the clang_Type_getNullability() API (authored by mwu). · Explain WhyAug 2 2018, 9:38 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 158911 include/clang-c/Index.h
test/Index/nullability.c
tools/c-index-test/c-index-test.c
tools/libclang/CXType.cpp
tools/libclang/libclang.exports
|