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] Improve error message for a malformed objc-type-name
Erik Pilkington
2019-06-26
1
-1
/
+1
*
Add the `objc_class_stub` attribute.
John McCall
2019-05-30
2
-0
/
+37
*
Remove unicode character from test
Leonard Chan
2019-05-21
1
-1
/
+2
*
[Sema] Fix for build on some iOS programs.
Leonard Chan
2019-05-20
1
-0
/
+16
*
Fix for the greendragon bots.
Leonard Chan
2019-05-08
1
-1
/
+1
*
Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...
Leonard Chan
2019-05-07
3
-3
/
+9
*
[Sema][ObjC] Disable -Wunused-parameter for ObjC methods
Akira Hatanaka
2019-05-03
2
-3
/
+7
*
Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...
Leonard Chan
2019-05-03
3
-9
/
+3
*
[Attribute/Diagnostics] Print macro if definition is an attribute declaration
Leonard Chan
2019-05-02
3
-3
/
+9
*
[Parser] Avoid correcting delayed typos in array subscript multiple times.
Volodymyr Sapsai
2019-05-01
1
-0
/
+15
*
Revert r350917 "[Sema] If CheckPlaceholderExpr rewrites the initializer
Richard Smith
2019-04-24
1
-14
/
+2
*
[Sema][ObjC] Don't warn about an implicitly retained self if the
Akira Hatanaka
2019-04-17
1
-18
/
+0
*
Support objc_nonlazy_class attribute on Objective-C implementations
Erik Pilkington
2019-04-11
1
-1
/
+5
*
Add support for attributes on @implementations in Objective-C
Erik Pilkington
2019-04-11
2
-4
/
+5
*
Fix a test, NFC
Erik Pilkington
2019-04-10
1
-4
/
+12
*
[Sema] Fix a use-after-deallocate of a ParsedAttr
Erik Pilkington
2019-04-02
1
-0
/
+4
*
[Sema] Fix a use-after-free of a _Nonnull ParsedAttr
Erik Pilkington
2019-03-14
1
-0
/
+6
*
Use {{.*}} in test case to match the type of wide string literals.
Akira Hatanaka
2019-03-08
1
-1
/
+1
*
Fix test case committed in r355662.
Akira Hatanaka
2019-03-08
1
-1
/
+1
*
[ObjC] Emit a boxed expression as a compile-time constant if the
Akira Hatanaka
2019-03-08
3
-7
/
+32
*
[Sema][ObjC] Allow silencing -Wobjc-designated-initializers warnings by
Akira Hatanaka
2019-03-01
1
-0
/
+13
*
[ObjC generics] Fix applying `__kindof` to the type parameter.
Volodymyr Sapsai
2019-02-16
1
-0
/
+52
*
[ObjC] Fix non-canonical types preventing type arguments substitution.
Volodymyr Sapsai
2019-02-15
1
-0
/
+8
*
[Sema] Fix-up a -Wfloat-conversion diagnostic
Erik Pilkington
2019-02-14
1
-0
/
+7
*
[Sema] Delay checking whether objc_designated_initializer is being applied to...
Erik Pilkington
2019-02-13
1
-1
/
+14
*
[Sema][ObjC] Disallow non-trivial C struct fields in unions.
Akira Hatanaka
2019-02-07
1
-1
/
+17
*
[OBJC] Add attribute to mark Objective C class as non-lazy
Joe Daniels
2019-02-04
1
-0
/
+34
*
[SemaObjC] Don't infer the availabilty of +new from -init if the receiver has...
Erik Pilkington
2019-02-04
1
-0
/
+13
*
Don't define __has_feature(objc_fixed_enum) in non-objc mode
Erik Pilkington
2019-01-30
1
-0
/
+2
*
Add a priority field to availability attributes to prioritize explicit
Alex Lorenz
2019-01-24
1
-0
/
+53
*
[ObjC] Follow-up r350768 and allow the use of unavailable methods that are
Alex Lorenz
2019-01-17
2
-4
/
+22
*
Improve a -Wunguarded-availability note
Erik Pilkington
2019-01-14
4
-36
/
+37
*
[Sema] If CheckPlaceholderExpr rewrites the initializer of an auto
Akira Hatanaka
2019-01-11
1
-2
/
+14
*
[Sema] Call CheckPlaceholderExpr to resolve typeof or decltype
Akira Hatanaka
2019-01-10
1
-0
/
+3
*
[ObjC] Allow the use of implemented unavailable methods from within
Alex Lorenz
2019-01-09
1
-0
/
+68
*
[ObjCARC] Add an new attribute, objc_externally_retained
Erik Pilkington
2019-01-04
2
-0
/
+121
*
[ObjC] Messages to 'self' in class methods that return 'instancetype' should
Alex Lorenz
2018-12-20
1
-0
/
+39
*
Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...
Pete Cooper
2018-12-18
1
-7
/
+7
*
Move AST tests into their own test directory; NFC.
Aaron Ballman
2018-11-30
5
-125
/
+0
*
os_log: Allow specifying mask type in format string.
Akira Hatanaka
2018-11-06
1
-0
/
+4
*
Support enums with a fixed underlying type in all language modes.
Erik Pilkington
2018-09-28
1
-0
/
+5
*
[Sema][ObjC] Infer availability of +new from availability of -init.
Erik Pilkington
2018-09-10
1
-0
/
+58
*
Add -Wobjc-property-assign-on-object-type.
John McCall
2018-09-05
2
-2
/
+21
*
[ObjC] Error out when using forward-declared protocol in a @protocol
Alex Lorenz
2018-08-17
1
-3
/
+3
*
Clean up and simplify RequireCompleteType.
Richard Smith
2018-08-07
1
-1
/
+1
*
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
*
[Sema] Emit -Wincomplete-implementation for partial methods.
Erik Pilkington
2018-07-07
1
-0
/
+7
*
[Sema] -Wformat-pedantic only for NSInteger/NSUInteger %tu/%td on Darwin
Alex Lorenz
2018-07-05
1
-0
/
+22
*
[Sema] -Wformat-pedantic only for NSInteger/NSUInteger %zu/%zi on Darwin
JF Bastien
2018-06-22
1
-0
/
+30
[next]