aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/nonnull.m
AgeCommit message (Expand)Author
2019-03-14[Sema] Fix a use-after-free of a _Nonnull ParsedAttrErik Pilkington
2015-04-07[Sema] Don't crash when __attribute__((nonnull)) is applied to blocksDavid Majnemer
2014-08-27Fix representation of __attribute__((nonnull)) to support correctly modelingRichard Smith
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-20Wire up basic parser/sema support for attribute 'returns_nonnull'.Ted Kremenek
2014-01-17Enhance attribute 'nonnull' to be applicable to parameters directly (infix).Ted Kremenek
2012-09-12clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompati...NAKAMURA Takumi
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2011-04-15Enforce nonnull __attribute__ on Objective-C method calls.Fariborz Jahanian
2010-09-27Patch to support transparent_union argumentsFariborz Jahanian
2010-09-27Issue warning for trivial cases of nonnull attributesFariborz Jahanian
2010-09-09Relax __attribute_((nonnull)) checking to allow the attribute on functions wi...Ted Kremenek
2010-08-12Downgrade error about nonnull attribute bbeing applied to a function without...Douglas Gregor
2010-01-09add a bunch of missing prototypes to testsChris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
2009-07-15Handle some more fallout with the conversion of using PointerType forTed Kremenek