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
*
ObjC properties: consider ownership of properties from protocols when synthes...
Douglas Gregor
2015-12-18
1
-0
/
+16
*
[Objective-c] Fix a crash that occurs when ObjCTypeParamList::back() is
Akira Hatanaka
2015-12-16
1
-0
/
+16
*
Objective-C properties: merge attributes when redeclaring 'readonly' as 'read...
Douglas Gregor
2015-12-10
2
-3
/
+12
*
Objective-C properties: loosen 'atomic' checking for readonly properties.
Douglas Gregor
2015-12-09
3
-2
/
+59
*
Don't actually add the __unsafe_unretained qualifier in MRC;
John McCall
2015-11-19
1
-4
/
+4
*
Remove -Wobjc-weak-compat; there isn't a compelling use case for this.
John McCall
2015-11-12
1
-2
/
+2
*
Define __unsafe_unretained and __autoreleasing in ObjC GC mode.
John McCall
2015-11-10
1
-0
/
+4
*
Improving the diagnostic for cases where the attribute only appertains to a f...
Aaron Ballman
2015-11-04
1
-3
/
+3
*
Switch to using an explicit scope object to ensure we don't forget to pop ObjC
Richard Smith
2015-11-03
1
-0
/
+2
*
Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.
Douglas Gregor
2015-11-03
3
-14
/
+18
*
ARMv7k: implement ABI changes for watchOS from standard iOS.
Tim Northover
2015-10-30
1
-0
/
+12
*
Support watchOS and tvOS driver options
Tim Northover
2015-10-30
1
-0
/
+2
*
Refine r251469 to give better (and more localizable) diagnostics
John McCall
2015-10-28
3
-20
/
+20
*
Add the ability to define "fake" arguments on attributes.
John McCall
2015-10-28
1
-3
/
+3
*
Be more conservative about diagnosing "incorrect" uses of __weak:
John McCall
2015-10-27
7
-17
/
+71
*
Define weak and __weak to mean ARC-style weak references, even in MRC.
John McCall
2015-10-22
6
-27
/
+77
*
Some minor ARC diagnostic improvements.
John McCall
2015-10-21
2
-3
/
+13
*
[Sema/objc] When checking for unimplemented methods treat methods from class ...
Argyrios Kyrtzidis
2015-10-13
2
-4
/
+15
*
Fix inference of _Nullable for weak Objective-C properties.
Douglas Gregor
2015-10-09
2
-4
/
+12
*
[MSVC Compat] Try to treat an implicit, fixed enum as an unfixed enum
David Majnemer
2015-10-08
1
-1
/
+1
*
Update a few more tests in response to the MS ABI enum semantics
David Majnemer
2015-10-08
2
-2
/
+2
*
Don't inherit the "unavailable" attribute from an overridden superclass method.
Douglas Gregor
2015-09-30
1
-0
/
+16
*
Don't inherit availability information when implementing a protocol requirement.
Douglas Gregor
2015-09-30
1
-0
/
+72
*
Forbid qualifiers on ObjC generic parameters and arguments, but
John McCall
2015-09-23
1
-0
/
+107
*
C11 _Bool bitfield diagnostic
Rachel Craik
2015-09-14
1
-1
/
+1
*
[SemaObjC] Remove unused code from test.
Alex Denisov
2015-08-21
1
-42
/
+6
*
[Sema] Be consistent about diagnostic wording: always use "cannot".
Davide Italiano
2015-08-15
1
-1
/
+1
*
[ObjC] Circular containers: add support of subclasses
Alex Denisov
2015-08-06
1
-0
/
+61
*
Update mailing list references to lists.llvm.org
Tanya Lattner
2015-08-05
1
-1
/
+1
*
[sema] Allow to opt-out of overriding the super class's designated initialize...
Argyrios Kyrtzidis
2015-07-30
1
-1
/
+11
*
[sema] Fix crash when typo-transforming an expression containing an ObjC supe...
Argyrios Kyrtzidis
2015-07-28
1
-3
/
+13
*
Cleanup ObjCInterfaceDecl lookup for ObjC literals
Alex Denisov
2015-07-24
4
-14
/
+14
*
Add missing files for objc_boxable feature.
Alex Denisov
2015-07-23
1
-0
/
+101
*
Add __has_feature(attribute_availability_with_version_underscores).
Jordan Rose
2015-07-16
1
-0
/
+4
*
[Sema] Emit a better diagnostic when variable redeclarations disagree
David Majnemer
2015-07-14
1
-8
/
+8
*
s/__nonnull/_Nonnull in a test for Objective-C __kindof.
Douglas Gregor
2015-07-07
1
-1
/
+1
*
Implement variance for Objective-C type parameters.
Douglas Gregor
2015-07-07
2
-0
/
+70
*
Implement the Objective-C __kindof type qualifier.
Douglas Gregor
2015-07-07
2
-1
/
+317
*
Warn when an intended Objective-C specialization was actually a useless proto...
Douglas Gregor
2015-07-07
1
-1
/
+9
*
Warn when an Objective-C collection literal element is converted to an incomp...
Douglas Gregor
2015-07-07
1
-0
/
+52
*
C++ support for Objective-C lightweight generics.
Douglas Gregor
2015-07-07
2
-4
/
+12
*
Improve the Objective-C common-type computation used by the ternary operator.
Douglas Gregor
2015-07-07
5
-5
/
+61
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
2
-15
/
+375
*
Handle Objective-C type arguments.
Douglas Gregor
2015-07-07
2
-8
/
+141
*
Parsing, semantic analysis, and AST for Objective-C type parameters.
Douglas Gregor
2015-07-07
1
-0
/
+192
*
Parse 'technical term' format specifier.
Ted Kremenek
2015-07-02
1
-0
/
+13
*
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
[next]