index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaObjC
/
nonnull.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] Don't crash when __attribute__((nonnull)) is applied to blocks
David Majnemer
2015-04-07
1
-0
/
+2
*
Fix representation of __attribute__((nonnull)) to support correctly modeling
Richard Smith
2014-08-27
1
-15
/
+15
*
'nonnull(1)' on a block parameter should apply to the block's argument.
Jordan Rose
2014-02-11
1
-0
/
+7
*
Add basic checking for returning null from functions/methods marked 'returns_...
Ted Kremenek
2014-01-22
1
-1
/
+5
*
Wire up basic parser/sema support for attribute 'returns_nonnull'.
Ted Kremenek
2014-01-20
1
-0
/
+3
*
Enhance attribute 'nonnull' to be applicable to parameters directly (infix).
Ted Kremenek
2014-01-17
1
-0
/
+14
*
clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompati...
NAKAMURA Takumi
2012-09-12
1
-0
/
+1
*
Added a new attribute, objc_root_class, which informs the compiler when a roo...
Patrick Beard
2012-04-06
1
-1
/
+1
*
Enforce nonnull __attribute__ on Objective-C method calls.
Fariborz Jahanian
2011-04-15
1
-0
/
+27
*
Patch to support transparent_union arguments
Fariborz Jahanian
2010-09-27
1
-0
/
+19
*
Issue warning for trivial cases of nonnull attributes
Fariborz Jahanian
2010-09-27
1
-2
/
+5
*
Relax __attribute_((nonnull)) checking to allow the attribute on functions wi...
Ted Kremenek
2010-09-09
1
-2
/
+2
*
Downgrade error about nonnull attribute bbeing applied to a function without...
Douglas Gregor
2010-08-12
1
-0
/
+2
*
add a bunch of missing prototypes to tests
Chris Lattner
2010-01-09
1
-0
/
+3
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Change tests to use clang -cc1...
Fariborz Jahanian
2009-12-14
1
-1
/
+1
*
Handle some more fallout with the conversion of using PointerType for
Ted Kremenek
2009-07-15
1
-0
/
+42