summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/nonnull.c
AgeCommit message (Expand)Author
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2018-07-19[clang]: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta
2017-03-24Revert r298491 and r298494 which changed Clang's handling of 'nonnull'Chandler Carruth
2017-03-22[nonnull] Teach Clang to attach the nonnull LLVM attribute toChandler Carruth
2014-08-28Properly handle multiple nonnull attributes in CodeGenAlexey Samsonov
2014-08-27Fix regression in r216520: don't apply nonnull to non-pointer functionRichard Smith
2014-07-12Add nonnull in CodeGen for __attribute__((returns_nonnull))Hal Finkel
2014-07-11Add nonnull in CodeGen for __attribute__((nonnull))Hal Finkel