summaryrefslogtreecommitdiff
path: root/test/Sema/nonnull.c
AgeCommit message (Expand)Author
2017-11-26Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman
2017-03-12Allow the nonnull attribute to be inherited as a parameter in the redefinitio...Aaron Ballman
2016-06-15Add a "declared 'nonnull' here" note to warnings where an expression is check...Nick Lewycky
2015-12-08[Sema] Add warning when comparing nonnull and nullGeorge Burgess IV
2014-12-11When checking for nonnull parameter attributes, also check the ParmVarDecl si...Aaron Ballman
2014-11-18[Sema] Patch to issue warning on comparing parameters withFariborz Jahanian
2014-11-03This patch reverts r220496 which issues warning on comparing Fariborz Jahanian
2014-10-23patch to issue warning on comparing parameters withFariborz Jahanian
2014-08-27Fix representation of __attribute__((nonnull)) to support correctly modelingRichard Smith
2014-07-11The returns_nonnull attribute does not require a function prototype because i...Aaron Ballman
2014-02-11'nonnull(1)' on a block parameter should apply to the block's argument.Jordan Rose
2014-01-22Add basic checking for returning null from functions/methods marked 'returns_...Ted Kremenek
2014-01-20Making some minor improvements to r199626.Aaron Ballman
2014-01-20Wire up basic parser/sema support for attribute 'returns_nonnull'.Ted Kremenek
2014-01-17Adding a test case for nonnull being attached to something other than a funct...Aaron Ballman
2014-01-17Enhance attribute 'nonnull' to be applicable to parameters directly (infix).Ted Kremenek
2013-12-26This diagnostic did not accept arguments, and did not have any test coverage....Aaron Ballman
2013-07-30Refactor some attributes to use checkFunctionOrMethodArgumentIndex instead of...Aaron Ballman
2013-07-22This test was missing its -verify argument.Aaron Ballman
2011-06-27Handle nonnull attribute with optional argument number onFariborz Jahanian
2009-07-15Handle some more fallout with the conversion of using PointerType forTed Kremenek
2009-05-25merge two tests.Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-09-01Tidy up sema processing of attribute "nonull":Ted Kremenek
2008-07-21Add test case for nonnull attribute.Ted Kremenek