summaryrefslogtreecommitdiff
path: root/clang/test/SemaObjC
AgeCommit message (Expand)Author
2019-01-14Improve a -Wunguarded-availability noteErik Pilkington
2019-01-11[Sema] If CheckPlaceholderExpr rewrites the initializer of an autoAkira Hatanaka
2019-01-10[Sema] Call CheckPlaceholderExpr to resolve typeof or decltypeAkira Hatanaka
2019-01-09[ObjC] Allow the use of implemented unavailable methods from withinAlex Lorenz
2019-01-04[ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington
2018-12-20[ObjC] Messages to 'self' in class methods that return 'instancetype' shouldAlex Lorenz
2018-12-18Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper
2018-11-30Move AST tests into their own test directory; NFC.Aaron Ballman
2018-11-06os_log: Allow specifying mask type in format string.Akira Hatanaka
2018-09-28Support enums with a fixed underlying type in all language modes.Erik Pilkington
2018-09-10[Sema][ObjC] Infer availability of +new from availability of -init.Erik Pilkington
2018-09-05Add -Wobjc-property-assign-on-object-type.John McCall
2018-08-17[ObjC] Error out when using forward-declared protocol in a @protocolAlex Lorenz
2018-08-07Clean up and simplify RequireCompleteType.Richard Smith
2018-08-03Append new attributes to the end of an AttributeList.Michael Kruse
2018-07-26[Sema][ObjC] Do not propagate the nullability specifier on the receiverAkira Hatanaka
2018-07-07[Sema] Emit -Wincomplete-implementation for partial methods.Erik Pilkington
2018-07-05[Sema] -Wformat-pedantic only for NSInteger/NSUInteger %tu/%td on DarwinAlex Lorenz
2018-06-22[Sema] -Wformat-pedantic only for NSInteger/NSUInteger %zu/%zi on DarwinJF Bastien
2018-06-08Reapply "[Parse] Use CapturedStmt for @finally on MSVC"Shoaib Meenai
2018-06-07Revert "[Parse] Use CapturedStmt for @finally on MSVC"Shoaib Meenai
2018-06-07[Parse] Use CapturedStmt for @finally on MSVCShoaib Meenai
2018-05-29Check pointer null-ness before dereferencing it.Richard Trieu
2018-05-24[Sema][ObjC] Do not DiagnoseUseOfDecl in LookupMemberExprSteven Wu
2018-05-20Sema: diagnose invalid catch parameter in ObjCSaleem Abdulrasool
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