summaryrefslogtreecommitdiffstats
path: root/test/Sema/nonnull.c
Commit message (Expand)AuthorAgeFilesLines
* Allow the nonnull attribute to be inherited as a parameter in the redefinitio...Aaron Ballman2017-03-121-0/+7
* Add a "declared 'nonnull' here" note to warnings where an expression is check...Nick Lewycky2016-06-151-5/+5
* [Sema] Add warning when comparing nonnull and nullGeorge Burgess IV2015-12-081-4/+18
* When checking for nonnull parameter attributes, also check the ParmVarDecl si...Aaron Ballman2014-12-111-0/+12
* [Sema] Patch to issue warning on comparing parameters withFariborz Jahanian2014-11-181-0/+58
* This patch reverts r220496 which issues warning on comparing Fariborz Jahanian2014-11-031-25/+0
* patch to issue warning on comparing parameters withFariborz Jahanian2014-10-231-0/+25
* Fix representation of __attribute__((nonnull)) to support correctly modelingRichard Smith2014-08-271-4/+33
* The returns_nonnull attribute does not require a function prototype because i...Aaron Ballman2014-07-111-1/+2
* 'nonnull(1)' on a block parameter should apply to the block's argument.Jordan Rose2014-02-111-0/+8
* Add basic checking for returning null from functions/methods marked 'returns_...Ted Kremenek2014-01-221-0/+6
* Making some minor improvements to r199626.Aaron Ballman2014-01-201-4/+4
* Wire up basic parser/sema support for attribute 'returns_nonnull'.Ted Kremenek2014-01-201-0/+6
* Adding a test case for nonnull being attached to something other than a funct...Aaron Ballman2014-01-171-0/+1
* Enhance attribute 'nonnull' to be applicable to parameters directly (infix).Ted Kremenek2014-01-171-0/+11
* This diagnostic did not accept arguments, and did not have any test coverage....Aaron Ballman2013-12-261-0/+1
* Refactor some attributes to use checkFunctionOrMethodArgumentIndex instead of...Aaron Ballman2013-07-301-0/+1
* This test was missing its -verify argument.Aaron Ballman2013-07-221-1/+1
* Handle nonnull attribute with optional argument number onFariborz Jahanian2011-06-271-0/+21
* Handle some more fallout with the conversion of using PointerType forTed Kremenek2009-07-151-32/+0
* merge two tests.Chris Lattner2009-05-251-1/+25
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Tidy up sema processing of attribute "nonull":Ted Kremenek2008-09-011-1/+1
* Add test case for nonnull attribute.Ted Kremenek2008-07-211-0/+8