summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/nonnull.c
Commit message (Expand)AuthorAgeFilesLines
* [clang]: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta2018-07-191-10/+20
* Revert r298491 and r298494 which changed Clang's handling of 'nonnull'Chandler Carruth2017-03-241-84/+0
* [nonnull] Teach Clang to attach the nonnull LLVM attribute toChandler Carruth2017-03-221-0/+84
* Properly handle multiple nonnull attributes in CodeGenAlexey Samsonov2014-08-281-0/+8
* Fix regression in r216520: don't apply nonnull to non-pointer functionRichard Smith2014-08-271-0/+20
* Add nonnull in CodeGen for __attribute__((returns_nonnull))Hal Finkel2014-07-121-0/+6
* Add nonnull in CodeGen for __attribute__((nonnull))Hal Finkel2014-07-111-0/+17