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
/
nullability.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Append new attributes to the end of an AttributeList.
Michael Kruse
2018-08-03
1
-7
/
+7
*
[Sema][ObjC] Do not propagate the nullability specifier on the receiver
Akira Hatanaka
2018-07-26
1
-0
/
+11
*
Accept nullability qualifiers on array parameters.
Jordan Rose
2016-11-10
1
-0
/
+23
*
[Sema][ObjC] Compute the nullability of a conditional expression based
Akira Hatanaka
2016-07-25
1
-1
/
+27
*
Replace __double_underscored type nullability qualifiers with _Uppercase_unde...
Douglas Gregor
2015-06-24
1
-60
/
+60
*
Stop moving attributes off of a block literal's decl specifiers.
Douglas Gregor
2015-06-19
1
-0
/
+8
*
Handle 'instancetype' in ParseDeclarationSpecifiers.
Douglas Gregor
2015-06-19
1
-0
/
+7
*
Implement the 'null_resettable' attribute for Objective-C properties.
Douglas Gregor
2015-06-19
1
-0
/
+39
*
Extend type nullability qualifiers for Objective-C.
Douglas Gregor
2015-06-19
1
-3
/
+148
*
Diagnose unsafe uses of nil and __nonnull pointers.
Douglas Gregor
2015-06-19
1
-0
/
+14
*
Introduce type nullability specifiers for C/C++.
Douglas Gregor
2015-06-19
1
-0
/
+19