summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper2018-12-181-7/+7
* Move AST tests into their own test directory; NFC.Aaron Ballman2018-11-305-125/+0
* os_log: Allow specifying mask type in format string.Akira Hatanaka2018-11-061-0/+4
* Support enums with a fixed underlying type in all language modes.Erik Pilkington2018-09-281-0/+5
* [Sema][ObjC] Infer availability of +new from availability of -init.Erik Pilkington2018-09-101-0/+58
* Add -Wobjc-property-assign-on-object-type.John McCall2018-09-052-2/+21
* [ObjC] Error out when using forward-declared protocol in a @protocolAlex Lorenz2018-08-171-3/+3
* Clean up and simplify RequireCompleteType.Richard Smith2018-08-071-1/+1
* Append new attributes to the end of an AttributeList.Michael Kruse2018-08-031-7/+7
* [Sema][ObjC] Do not propagate the nullability specifier on the receiverAkira Hatanaka2018-07-261-0/+11
* [Sema] Emit -Wincomplete-implementation for partial methods.Erik Pilkington2018-07-071-0/+7
* [Sema] -Wformat-pedantic only for NSInteger/NSUInteger %tu/%td on DarwinAlex Lorenz2018-07-051-0/+22
* [Sema] -Wformat-pedantic only for NSInteger/NSUInteger %zu/%zi on DarwinJF Bastien2018-06-221-0/+30
* Reapply "[Parse] Use CapturedStmt for @finally on MSVC"Shoaib Meenai2018-06-082-1/+15
* Revert "[Parse] Use CapturedStmt for @finally on MSVC"Shoaib Meenai2018-06-071-14/+0
* [Parse] Use CapturedStmt for @finally on MSVCShoaib Meenai2018-06-071-0/+14
* Check pointer null-ness before dereferencing it.Richard Trieu2018-05-291-0/+3
* [Sema][ObjC] Do not DiagnoseUseOfDecl in LookupMemberExprSteven Wu2018-05-241-0/+11
* Sema: diagnose invalid catch parameter in ObjCSaleem Abdulrasool2018-05-201-0/+9
* Use dotted format of version tuple for availability diagnosticsJan Korous2018-05-171-2/+2
* Remove the fixit for the diagnostics regarding capturing autoreleasing variab...George Karpenkov2018-05-141-13/+7
* [ObjC] Supress the 'implementing unavailable method' warning whenAlex Lorenz2018-05-031-0/+24
* [ObjC] The absence of ownership qualifiers on an ambiguous property leadsAlex Lorenz2018-05-021-0/+35
* [Sema] Warn about memcpy'ing non-trivial C structs.Akira Hatanaka2018-04-171-0/+39
* Remove GC-related warning terminologyDuncan P. N. Exon Smith2018-04-172-2/+2
* [Availability] Improve availability to consider functions run at load timeSteven Wu2018-04-161-1/+43
* Revert "[ObjC] Make C++ triviality type traits available to non-trivial C"Akira Hatanaka2018-04-091-32/+0
* Allow equality comparisons between block pointers andJohn McCall2018-04-071-0/+51
* Fix typos in clangAlexander Kornienko2018-04-063-3/+3
* Remove the temporary availability checking workaround forAlex Lorenz2018-04-051-2/+2
* [ObjC] Make C++ triviality type traits available to non-trivial CAkira Hatanaka2018-04-051-0/+32
* Revert r328680 ("[ObjC] Make C++ triviality type traits available to non-triv...Richard Smith2018-04-051-25/+0
* [Sema] Make deprecation fix-it replace all multi-parameter ObjC method slots.Volodymyr Sapsai2018-03-291-0/+177
* [ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ ...George Karpenkov2018-03-291-0/+15
* Fix some handling of AST nodes with diagnostics.Richard Trieu2018-03-282-4/+4
* [ObjC] Make C++ triviality type traits available to non-trivial CAkira Hatanaka2018-03-281-0/+25
* [Sema] Emit -Winteger-overflow for arguments in function calls, ObjC messages.Volodymyr Sapsai2018-03-271-0/+18
* [Sema] Avoid crash for category implementation without interfaceShoaib Meenai2018-03-271-0/+9
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-283-7/+61
* [Sema][ObjC] Process category attributes before checking protocol usesAlex Lorenz2018-02-231-0/+18
* [Sema][ObjC] Use SmallSetVector to fix a failing test on the reverseAkira Hatanaka2018-02-061-0/+22
* PR35815: Separate out the ns-consumed diagnostic into an error andAlex Lorenz2018-01-032-0/+16
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-267-21/+21
* [ObjC][ARC] Honor noescape attribute for -Warc-retain-cyclesAlex Lorenz2017-11-171-0/+12
* Remove redundant copy-pasted comment in test file from r317736Alex Lorenz2017-11-081-1/+0
* [ObjC] Fix function signature handling for blocks literals with attributesAlex Lorenz2017-11-081-0/+15
* [ObjC] Boxed strings should use the nullability from stringWithUTF8String's r...Alex Lorenz2017-11-081-0/+28
* [Sema] Add support for flexible array members in Obj-C.Volodymyr Sapsai2017-10-233-2/+327
* [ObjC] Don't warn on readwrite properties with custom setters thatAlex Lorenz2017-10-061-0/+21
* [Sema][ObjC] Warn about mismatches in attributes between overriding andAkira Hatanaka2017-09-201-1/+12
OpenPOWER on IntegriCloud