"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "8af0a362f19df00ce1ddd1726503261ef0835f99"
Wire up basic parser/sema support for attribute 'returns_nonnull'.
This attribute is supported by GCC. More generally it should probably be a type attribute, but this behavior matches 'nonnull'. This patch does not include warning logic for checking if a null value is returned from a function annotated with this attribute. That will come in subsequent patches. llvm-svn: 199626
Loading
Please register or sign in to comment