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
*
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
*
[Sema][ObjC] Process category attributes before checking protocol uses
Alex Lorenz
2018-02-23
1
-0
/
+18
*
[Sema][ObjC] Use SmallSetVector to fix a failing test on the reverse
Akira Hatanaka
2018-02-06
1
-0
/
+22
*
PR35815: Separate out the ns-consumed diagnostic into an error and
Alex Lorenz
2018-01-03
2
-0
/
+16
*
Determine the attribute subject for diagnostics based on declarative informat...
Aaron Ballman
2017-11-26
7
-21
/
+21
*
[ObjC][ARC] Honor noescape attribute for -Warc-retain-cycles
Alex Lorenz
2017-11-17
1
-0
/
+12
*
Remove redundant copy-pasted comment in test file from r317736
Alex Lorenz
2017-11-08
1
-1
/
+0
*
[ObjC] Fix function signature handling for blocks literals with attributes
Alex Lorenz
2017-11-08
1
-0
/
+15
*
[ObjC] Boxed strings should use the nullability from stringWithUTF8String's r...
Alex Lorenz
2017-11-08
1
-0
/
+28
*
[Sema] Add support for flexible array members in Obj-C.
Volodymyr Sapsai
2017-10-23
3
-2
/
+327
*
[ObjC] Don't warn on readwrite properties with custom setters that
Alex Lorenz
2017-10-06
1
-0
/
+21
*
[Sema][ObjC] Warn about mismatches in attributes between overriding and
Akira Hatanaka
2017-09-20
1
-1
/
+12
[next]