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] 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
*
Reapply "[Parse] Use CapturedStmt for @finally on MSVC"
Shoaib Meenai
2018-06-08
2
-1
/
+15
*
Revert "[Parse] Use CapturedStmt for @finally on MSVC"
Shoaib Meenai
2018-06-07
1
-14
/
+0
*
[Parse] Use CapturedStmt for @finally on MSVC
Shoaib Meenai
2018-06-07
1
-0
/
+14
*
Check pointer null-ness before dereferencing it.
Richard Trieu
2018-05-29
1
-0
/
+3
*
[Sema][ObjC] Do not DiagnoseUseOfDecl in LookupMemberExpr
Steven Wu
2018-05-24
1
-0
/
+11
*
Sema: diagnose invalid catch parameter in ObjC
Saleem Abdulrasool
2018-05-20
1
-0
/
+9
*
Use dotted format of version tuple for availability diagnostics
Jan Korous
2018-05-17
1
-2
/
+2
*
Remove the fixit for the diagnostics regarding capturing autoreleasing variab...
George Karpenkov
2018-05-14
1
-13
/
+7
*
[ObjC] Supress the 'implementing unavailable method' warning when
Alex Lorenz
2018-05-03
1
-0
/
+24
*
[ObjC] The absence of ownership qualifiers on an ambiguous property leads
Alex Lorenz
2018-05-02
1
-0
/
+35
*
[Sema] Warn about memcpy'ing non-trivial C structs.
Akira Hatanaka
2018-04-17
1
-0
/
+39
*
Remove GC-related warning terminology
Duncan P. N. Exon Smith
2018-04-17
2
-2
/
+2
*
[Availability] Improve availability to consider functions run at load time
Steven Wu
2018-04-16
1
-1
/
+43
*
Revert "[ObjC] Make C++ triviality type traits available to non-trivial C"
Akira Hatanaka
2018-04-09
1
-32
/
+0
*
Allow equality comparisons between block pointers and
John McCall
2018-04-07
1
-0
/
+51
*
Fix typos in clang
Alexander Kornienko
2018-04-06
3
-3
/
+3
*
Remove the temporary availability checking workaround for
Alex Lorenz
2018-04-05
1
-2
/
+2
*
[ObjC] Make C++ triviality type traits available to non-trivial C
Akira Hatanaka
2018-04-05
1
-0
/
+32
*
Revert r328680 ("[ObjC] Make C++ triviality type traits available to non-triv...
Richard Smith
2018-04-05
1
-25
/
+0
*
[Sema] Make deprecation fix-it replace all multi-parameter ObjC method slots.
Volodymyr Sapsai
2018-03-29
1
-0
/
+177
*
[ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ ...
George Karpenkov
2018-03-29
1
-0
/
+15
*
Fix some handling of AST nodes with diagnostics.
Richard Trieu
2018-03-28
2
-4
/
+4
*
[ObjC] Make C++ triviality type traits available to non-trivial C
Akira Hatanaka
2018-03-28
1
-0
/
+25
*
[Sema] Emit -Winteger-overflow for arguments in function calls, ObjC messages.
Volodymyr Sapsai
2018-03-27
1
-0
/
+18
*
[Sema] Avoid crash for category implementation without interface
Shoaib Meenai
2018-03-27
1
-0
/
+9
*
[ObjC] Allow declaring __strong pointer fields in structs in Objective-C
Akira Hatanaka
2018-02-28
3
-7
/
+61
[next]