summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/nonnull.m
Commit message (Expand)AuthorAgeFilesLines
* Fix representation of __attribute__((nonnull)) to support correctly modelingRichard Smith2014-08-271-15/+15
* 'nonnull(1)' on a block parameter should apply to the block's argument.Jordan Rose2014-02-111-0/+7
* Add basic checking for returning null from functions/methods marked 'returns_...Ted Kremenek2014-01-221-1/+5
* Wire up basic parser/sema support for attribute 'returns_nonnull'.Ted Kremenek2014-01-201-0/+3
* Enhance attribute 'nonnull' to be applicable to parameters directly (infix).Ted Kremenek2014-01-171-0/+14
* clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompati...NAKAMURA Takumi2012-09-121-0/+1
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Enforce nonnull __attribute__ on Objective-C method calls.Fariborz Jahanian2011-04-151-0/+27
* Patch to support transparent_union argumentsFariborz Jahanian2010-09-271-0/+19
* Issue warning for trivial cases of nonnull attributesFariborz Jahanian2010-09-271-2/+5
* Relax __attribute_((nonnull)) checking to allow the attribute on functions wi...Ted Kremenek2010-09-091-2/+2
* Downgrade error about nonnull attribute bbeing applied to a function without...Douglas Gregor2010-08-121-0/+2
* add a bunch of missing prototypes to testsChris Lattner2010-01-091-0/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
* Handle some more fallout with the conversion of using PointerType forTed Kremenek2009-07-151-0/+42