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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace __double_underscored type nullability qualifiers with _Uppercase_unde...
Douglas Gregor
2015-06-24
4
-66
/
+66
*
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
*
Allow the cf_returns_[not_]retained attributes to appear on out-parameters.
Douglas Gregor
2015-06-19
1
-0
/
+49
*
Introduced pragmas for audited nullability regions.
Douglas Gregor
2015-06-19
1
-2
/
+20
*
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
5
-6
/
+192
*
Diagnose unsafe uses of nil and __nonnull pointers.
Douglas Gregor
2015-06-19
2
-0
/
+24
*
Introduce type nullability specifiers for C/C++.
Douglas Gregor
2015-06-19
1
-0
/
+19
*
Tweak availability checking to look through typedef declarations.
Ted Kremenek
2015-05-14
1
-0
/
+16
*
Fix PR22047: ObjC: Method unavailability attribute doesn't work with overload...
Jonathan Roelofs
2015-04-28
1
-0
/
+19
*
[Sema] Check availability of ObjC super class and protocols of a container
Argyrios Kyrtzidis
2015-04-19
1
-0
/
+31
*
[Objective-C Sema]. In my last patch change the
Fariborz Jahanian
2015-04-16
2
-36
/
+36
*
[Objective-C Sema] patch to introduce IndependentClass
Fariborz Jahanian
2015-04-16
1
-0
/
+36
*
[Objective-C Sema]This patch fixes the warning when clang issues
Fariborz Jahanian
2015-04-15
1
-5
/
+32
*
Improve the error message for assigning to read-only variables.
Richard Trieu
2015-04-11
1
-2
/
+2
*
[Objective-C Sema] Fixes a typo which did not allow
Fariborz Jahanian
2015-04-10
3
-4
/
+17
*
[Objective-C Sema] It is permissable to bridge cast to 'id'
Fariborz Jahanian
2015-04-09
1
-0
/
+9
*
[Objective-C Sema] Use canonical type of properties when comparing
Fariborz Jahanian
2015-04-08
1
-0
/
+15
*
[Objective-C Sema] Patch to not issue unavailbility/deprecated
Fariborz Jahanian
2015-04-07
1
-0
/
+19
*
[Sema] Don't crash when __attribute__((nonnull)) is applied to blocks
David Majnemer
2015-04-07
1
-0
/
+2
*
[Objective-C patch]. Amend TransformObjCMessageExpr to handle call
Fariborz Jahanian
2015-03-30
1
-0
/
+23
*
[Objective-C diagnostic PATCH] Accept and ignore -Wreceiver-is-weak
Fariborz Jahanian
2015-03-24
1
-2
/
+3
*
Add -Wpartial-availability.
Nico Weber
2015-03-19
2
-1
/
+168
*
revert r231700 (designated initializer patch) which broke
Fariborz Jahanian
2015-03-11
1
-41
/
+3
*
[Objective-C Sema]. Remove -Wreceiver-is-weak warning.
Fariborz Jahanian
2015-03-10
2
-102
/
+2
*
Recognize objc_bridge(id) on bridged casts to CF types.
John McCall
2015-03-10
1
-0
/
+18
*
[PATCH Sema Objective-C]. Patch to warn on missing designated initializer
Fariborz Jahanian
2015-03-09
1
-3
/
+41
*
New ObjC warning: circular containers.
Alex Denisov
2015-03-04
1
-0
/
+146
*
Update Clang tests to handle explicitly typed load changes in LLVM.
David Blaikie
2015-02-27
1
-2
/
+2
*
Allow (Object *)kMyGlobalCFObj casts without bridging
Ben Langmuir
2015-02-25
2
-10
/
+10
*
[Objective-C]. Provide a new formatting kind, "os_trace" which
Fariborz Jahanian
2015-02-21
1
-0
/
+54
*
[Objective-C Sema]. Don't warn about use of
Fariborz Jahanian
2015-02-19
1
-0
/
+21
*
Add more tests for NSArray/NSDictionary literals
Alex Denisov
2015-02-17
2
-0
/
+26
*
[Objctive-C sema]. Do not do the unused-getter-return-value
Fariborz Jahanian
2015-02-16
1
-3
/
+27
*
Fix crash when clang tries to build NSNumber literal after forward declaration
Alex Denisov
2015-02-16
1
-0
/
+18
*
Sema: Add support for __declspec(restrict)
David Majnemer
2015-02-04
1
-5
/
+5
*
Allow objc_bridge(id) to be used on typedefs of [cv] void*.
John McCall
2015-02-01
2
-14
/
+24
*
Fix crashes on missing @interface for category
Ben Langmuir
2015-01-20
2
-0
/
+19
*
Patch fixes PR21932 crash on invalid code. Using
Fariborz Jahanian
2015-01-20
1
-0
/
+6
*
Suggest objc_method_family(none) for a property named -newFoo or similar.
Jordan Rose
2015-01-16
1
-6
/
+29
*
Objective-C: Serialize "more than one decl" state of ObjCMethodList.
Nico Weber
2014-12-27
1
-0
/
+23
*
Objective-C: Tweak unavailability warning.
Nico Weber
2014-12-27
1
-4
/
+17
*
Make the test from r224873 actually pass.
Nico Weber
2014-12-27
1
-2
/
+4
*
Add more test coverage for the Objective-C deprected selector warning.
Nico Weber
2014-12-27
1
-0
/
+11
*
Objective-C. Provide group name for warning
Fariborz Jahanian
2014-12-18
1
-0
/
+26
*
[Objective-C]. Modern property getters have side-effects.
Fariborz Jahanian
2014-12-18
1
-0
/
+17
*
[Objective-C]. This patch extends objc_bridge attribute to support objc_brid...
Fariborz Jahanian
2014-12-11
1
-0
/
+16
*
Objective-C ARC. Fixes a crash when checking for 'weak' propery
Fariborz Jahanian
2014-11-21
1
-0
/
+14
*
Recommit r222044 with a test fix - it does not make sense to hunt
Anton Korobeynikov
2014-11-14
1
-1
/
+1
[next]