hanchenye-llvm-project/clang/include
Douglas Gregor bec595a641 Check for consistent use of nullability type specifiers in a header.
Adds a new warning (under -Wnullability-completeness) that complains
about pointer, block pointer, or member pointer declarations that have
not been annotated with nullability information (directly or inferred)
within a header that contains some nullability annotations. This is
intended to be used to help maintain the completeness of nullability
information within a header that has already been audited.

Note that, for performance reasons, this warning will underrepresent
the number of non-annotated pointers in the case where more than one
pointer is seen before the first nullability type specifier, because
we're only tracking one piece of information per header. Part of
rdar://problem/18868820.

llvm-svn: 240158
2015-06-19 18:27:45 +00:00
..
clang Check for consistent use of nullability type specifiers in a header. 2015-06-19 18:27:45 +00:00
clang-c Fix "the the" in comments/documentation/etc. 2015-06-19 01:52:53 +00:00
CMakeLists.txt
Makefile