[PATCH] D49082: [libclang] Add the clang_Type_getNullability() API

Michael Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 9 08:07:20 PDT 2018


michaelwu created this revision.

This patch adds a clang-c API for querying the nullability of an AttributedType.

The test here also tests https://reviews.llvm.org/D49081


Repository:
  rC Clang

https://reviews.llvm.org/D49082

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49082.154611.patch
Type: text/x-patch
Size: 6083 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180709/00dbbbb3/attachment.bin>


More information about the cfe-commits mailing list