Skip to content

Commit 9a27320

Browse files
authored
Merge pull request #235 from ahoppen/add-missing-nullability
Add missing nullability annotation in `CIndexStoreDB.h`
2 parents ffed5c6 + 5443efd commit 9a27320

File tree

1 file changed

+1
-1
lines changed
  • Sources/IndexStoreDB_CIndexStoreDB/include/IndexStoreDB_CIndexStoreDB

1 file changed

+1
-1
lines changed

Sources/IndexStoreDB_CIndexStoreDB/include/IndexStoreDB_CIndexStoreDB/CIndexStoreDB.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ indexstoredb_symbol_occurrence_relations(_Nonnull indexstoredb_symbol_occurrence
497497
bool(^ _Nonnull applier)(indexstoredb_symbol_relation_t _Nonnull ));
498498

499499
INDEXSTOREDB_PUBLIC indexstoredb_symbol_provider_kind_t
500-
indexstoredb_symbol_occurrence_symbol_provider_kind(indexstoredb_symbol_occurrence_t occur);
500+
indexstoredb_symbol_occurrence_symbol_provider_kind(_Nonnull indexstoredb_symbol_occurrence_t occur);
501501

502502
/// Returns the kind of the given symbol.
503503
INDEXSTOREDB_PUBLIC indexstoredb_symbol_kind_t

0 commit comments

Comments
 (0)