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
*
Add a Subjects line to NoDebugAttr [NFC].
Paul Robinson
2016-04-29
1
-0
/
+5
*
Set the default C standard to C99 when targeting the PS4.
Sunil Srivastava
2016-04-27
1
-1
/
+4
*
Remove the (ignored) -Wreceived-is-weak diagnostic.
Bob Wilson
2016-04-21
1
-3
/
+2
*
Block: Fix a crash when we have type attributes or qualifiers with omitted
Manman Ren
2016-04-18
1
-0
/
+44
*
ObjC kindof: order the methods in global pool relative to availability.
Manman Ren
2016-04-13
2
-2
/
+15
*
[SemaObjC] Properly handle mix between type arguments and protocols.
Bruno Cardoso Lopes
2016-04-13
1
-0
/
+4
*
ObjC class properties: add diagnostics for unimplemented class properties.
Manman Ren
2016-04-12
1
-2
/
+4
*
ObjC kindof: check the context when inserting methods to global pool.
Manman Ren
2016-04-09
3
-3
/
+17
*
[ObjC kindof] Use type bound to filter out the candidate methods.
Manman Ren
2016-04-07
1
-2
/
+14
*
[Objective-C] Introduce objc_runtime_visible attribute.
Douglas Gregor
2016-04-01
1
-0
/
+19
*
[Sema] Attempt [3] to fix tests for utf-8 invalid format string specifiers
Bruno Cardoso Lopes
2016-03-29
1
-0
/
+1
*
[Sema] Attempt [2] to fix tests for utf-8 invalid format string specifiers
Bruno Cardoso Lopes
2016-03-29
1
-18
/
+35
*
[Sema] Attempt to fix tests for utf-8 invalid format string specifiers
Bruno Cardoso Lopes
2016-03-29
2
-9
/
+27
*
[Sema] Handle UTF-8 invalid format string specifiers
Bruno Cardoso Lopes
2016-03-29
1
-0
/
+8
*
ObjC: add getter/setter for class properties to global pool.
Manman Ren
2016-03-23
1
-0
/
+8
*
ObjC: Handle boolean fixed type for enum.
Manman Ren
2016-03-23
1
-0
/
+5
*
[Objective-c] Do not set IsExact to true when the receiver is a class.
Akira Hatanaka
2016-03-22
1
-0
/
+11
*
[Objective-c] Fix a crash in WeakObjectProfileTy::getBaseInfo.
Akira Hatanaka
2016-03-18
1
-0
/
+12
*
Move the fixit for -Wformat-security to a note.
Bob Wilson
2016-03-15
2
-31
/
+1
*
Add fix-it for format-security warnings.
Bob Wilson
2016-03-11
1
-0
/
+31
*
Add has_feature objc_class_property.
Manman Ren
2016-03-10
1
-0
/
+4
*
Add TreatUnavailableAsInvalid for the verification-only mode in InitListChecker.
Manman Ren
2016-03-10
2
-0
/
+12
*
Fix false positives for for-loop-analysis warning
Steven Wu
2016-03-10
1
-0
/
+15
*
Implement support for [[nodiscard]] in C++1z that is based off existing suppo...
Aaron Ballman
2016-03-07
1
-2
/
+2
*
[Sema] More changes to fix Objective-C fallout from r249995.
Bob Wilson
2016-02-13
1
-5
/
+8
*
Sema: handle typo correction on ARC'ed ivar
Saleem Abdulrasool
2016-02-07
1
-0
/
+8
*
Sema: handle typo correction with ARC'ed objc properties
Saleem Abdulrasool
2016-02-07
1
-0
/
+24
*
Class Property: warn for synthesize on a class property.
Manman Ren
2016-01-29
1
-2
/
+1
*
Class Property: parse @dynamic (class).
Manman Ren
2016-01-29
1
-2
/
+3
*
Class Property: class property and instance property can have the same name.
Manman Ren
2016-01-28
1
-0
/
+1
*
Class Property: create accessors (class methods) for class property.
Manman Ren
2016-01-27
1
-0
/
+30
*
Adding back in a test that I inadvertently removed in r258862
Chris Bieneman
2016-01-27
1
-0
/
+377
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-377
/
+0
*
[Sema] Suppress diags in overload resolution.
George Burgess IV
2016-01-13
1
-0
/
+55
*
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
[next]