aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC
AgeCommit message (Expand)Author
2018-05-17Use dotted format of version tuple for availability diagnosticsJan Korous
2018-05-14Remove the fixit for the diagnostics regarding capturing autoreleasing variab...George Karpenkov
2018-05-03[ObjC] Supress the 'implementing unavailable method' warning whenAlex Lorenz
2018-05-02[ObjC] The absence of ownership qualifiers on an ambiguous property leadsAlex Lorenz
2018-04-17[Sema] Warn about memcpy'ing non-trivial C structs.Akira Hatanaka
2018-04-17Remove GC-related warning terminologyDuncan P. N. Exon Smith
2018-04-16[Availability] Improve availability to consider functions run at load timeSteven Wu
2018-04-09Revert "[ObjC] Make C++ triviality type traits available to non-trivial C"Akira Hatanaka
2018-04-07Allow equality comparisons between block pointers andJohn McCall
2018-04-06Fix typos in clangAlexander Kornienko
2018-04-05Remove the temporary availability checking workaround forAlex Lorenz
2018-04-05[ObjC] Make C++ triviality type traits available to non-trivial CAkira Hatanaka
2018-04-05Revert r328680 ("[ObjC] Make C++ triviality type traits available to non-triv...Richard Smith
2018-03-29[Sema] Make deprecation fix-it replace all multi-parameter ObjC method slots.Volodymyr Sapsai
2018-03-29[ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ ...George Karpenkov
2018-03-28Fix some handling of AST nodes with diagnostics.Richard Trieu
2018-03-28[ObjC] Make C++ triviality type traits available to non-trivial CAkira Hatanaka
2018-03-27[Sema] Emit -Winteger-overflow for arguments in function calls, ObjC messages.Volodymyr Sapsai
2018-03-27[Sema] Avoid crash for category implementation without interfaceShoaib Meenai
2018-02-28[ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka
2018-02-23[Sema][ObjC] Process category attributes before checking protocol usesAlex Lorenz
2018-02-06[Sema][ObjC] Use SmallSetVector to fix a failing test on the reverseAkira Hatanaka
2018-01-03PR35815: Separate out the ns-consumed diagnostic into an error andAlex Lorenz
2017-11-26Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman
2017-11-17[ObjC][ARC] Honor noescape attribute for -Warc-retain-cyclesAlex Lorenz
2017-11-08Remove redundant copy-pasted comment in test file from r317736Alex Lorenz
2017-11-08[ObjC] Fix function signature handling for blocks literals with attributesAlex Lorenz
2017-11-08[ObjC] Boxed strings should use the nullability from stringWithUTF8String's r...Alex Lorenz
2017-10-23[Sema] Add support for flexible array members in Obj-C.Volodymyr Sapsai
2017-10-06[ObjC] Don't warn on readwrite properties with custom setters thatAlex Lorenz
2017-09-20[Sema][ObjC] Warn about mismatches in attributes between overriding andAkira Hatanaka
2017-09-15[Sema] Correct typos in LHS, RHS before building a binop expression.Volodymyr Sapsai
2017-08-25[ObjC] Add a -Wobjc-messaging-id warningAlex Lorenz
2017-08-22[ObjC] Check written attributes only when synthesizing ambiguous propertyAlex Lorenz
2017-08-18[Sema] Don't emit -Wunguarded-availability for switch casesErik Pilkington
2017-08-15[Sema] Silence -Wobjc-missing-property-synthesis for unavailable propertiesAlex Lorenz
2017-08-14[Sema] Improve some -Wunguarded-availability diagnosticsErik Pilkington
2017-08-11[Sema][ObjC] Fix spurious -Wcast-qual warnings.Akira Hatanaka
2017-07-28Recommit r308327 3rd time: Add a warning for missingAlex Lorenz
2017-07-26Revert r309106 "Recommit r308327 2nd time: Add a warning for missing"Hans Wennborg
2017-07-26Recommit r308327 2nd time: Add a warning for missingAlex Lorenz
2017-07-19Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (po...Hans Wennborg
2017-07-19Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz
2017-07-18Revert r308327Alex Lorenz
2017-07-18Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz
2017-07-15Use ARC parsing rules for ns_returns_retained in MRC so that code canJohn McCall
2017-07-13Extend -Wdeprecated-implementations to warn about unavailable methodsAlex Lorenz
2017-07-13NFC, Cleanup the code for -Wdeprecated-implementationsAlex Lorenz
2017-07-13[ObjC] Pick a 'readwrite' property when synthesizing ambiguousAlex Lorenz
2017-07-11[ObjC] Check that a subscript methods is declared for a qualified id typeAlex Lorenz