summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Sema] Correct typos in LHS, RHS before building a binop expression.Volodymyr Sapsai2017-09-151-0/+20
* [ObjC] Add a -Wobjc-messaging-id warningAlex Lorenz2017-08-251-0/+21
* [ObjC] Check written attributes only when synthesizing ambiguous propertyAlex Lorenz2017-08-221-0/+27
* [Sema] Don't emit -Wunguarded-availability for switch casesErik Pilkington2017-08-181-0/+24
* [Sema] Silence -Wobjc-missing-property-synthesis for unavailable propertiesAlex Lorenz2017-08-151-1/+15
* [Sema] Improve some -Wunguarded-availability diagnosticsErik Pilkington2017-08-143-15/+15
* [Sema][ObjC] Fix spurious -Wcast-qual warnings.Akira Hatanaka2017-08-111-2/+15
* Recommit r308327 3rd time: Add a warning for missingAlex Lorenz2017-07-282-0/+7
* Revert r309106 "Recommit r308327 2nd time: Add a warning for missing"Hans Wennborg2017-07-262-7/+0