aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC
AgeCommit message (Expand)Author
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2013-04-17Use the extra info in global method pool to speed up looking for ObjC overrid...Argyrios Kyrtzidis
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-04-15Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."Argyrios Kyrtzidis
2013-04-10Handle "typeof" in Objective-C format string checking. This previously crashed.Ted Kremenek
2013-04-09Objective-C: This patch fixes a none-issuance of warningFariborz Jahanian
2013-04-08Add test case calling a deprecated method from a subclass that reimplements t...Ted Kremenek
2013-04-06Rework how ObjC method inherit deprecated/availability.Ted Kremenek
2013-04-04Objective-C: Issue deprecated warning when using a Fariborz Jahanian
2013-04-04Add test case to show that 'availability' and 'deprecated' do *not* inherit w...Ted Kremenek
2013-04-04Revert r177948. We decided that we do not want ObjC property redeclarations ...Ted Kremenek
2013-04-02Objective-C arc [qui]. Don't issue the bridge castFariborz Jahanian
2013-03-28Objective-C: Produce precise diagnostic whenFariborz Jahanian
2013-03-27Objective-C: Issue more precise warning when userFariborz Jahanian
2013-03-27Split "incomplete implementation" warnings for ObjC into separate warnings.Ted Kremenek
2013-03-25Objective-C: Property declaration overiding one inFariborz Jahanian
2013-03-25<rdar://problem/13459871> Allow forward declaration of enums with a fixed und...Douglas Gregor
2013-03-21Objective-C: Tighten the rules when warningFariborz Jahanian
2013-03-21Further weaken block conversion rules to permit blocks withJohn McCall
2013-03-19Add a clarifying note when a return statement is rejected becauseJohn McCall
2013-03-16Remove -Wspellcheck and replace it with a diagnostic option.Argyrios Kyrtzidis
2013-03-14Don't try to typo-correct 'super' in an objc method.Argyrios Kyrtzidis
2013-03-12Objective-C: In my last path, also checkFariborz Jahanian
2013-03-12Objective-C: Issue warning in couple of obscure casesFariborz Jahanian
2013-03-12Modify comment in user test.Fariborz Jahanian
2013-03-11Objective-C: When using super.prop, property should beFariborz Jahanian
2013-03-09Adjust the special non-C++ enum block return type inferenceJohn McCall
2013-03-07Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-...Douglas Gregor
2013-03-06objective-C: don't crash after diagnosingFariborz Jahanian
2013-03-01Perform the receiver-expression transformations regardless ofJohn McCall
2013-03-01Attempt to not place ownership qualifiers on the result typeJohn McCall
2013-02-28Fix warning text of my last patch.Fariborz Jahanian
2013-02-28objective-C: clang, following gcc, warns onFariborz Jahanian
2013-02-22In LookupResult::resolveKind(), when handling multiple found declarations, ig...Argyrios Kyrtzidis
2013-02-18Test for my last patch. // rdar://13178483Fariborz Jahanian
2013-02-15Fix crash-on-invalid where a ParenListExpr shows up as a message receiverArgyrios Kyrtzidis
2013-02-15Sema: Unnest early exit and remove an unnecessary bad cast.Benjamin Kramer
2013-02-14objective-C: When implementing custom accessor method forFariborz Jahanian
2013-02-12Perform placeholder conversions on the controller of a _GenericJohn McCall
2013-02-10objective-C: Fixes a bogus warning due to not settingFariborz Jahanian
2013-02-09QoI: -Wreadonly-iboutlet-property should have the warning's location on the p...Ted Kremenek
2013-02-08objective-C: don't issue bogus warning aboutFariborz Jahanian
2013-01-28Undo my re-wording of the "ARC forbids Objective-C objects in ..."Douglas Gregor
2013-01-28Forbid the use of objects in unions in Objective-C++ ARC. FixesDouglas Gregor
2013-01-22objectiveC (take two): don't warn when in -Wselector mode andFariborz Jahanian
2013-01-21objectiveC: don't warn when in -Wselector mode andFariborz Jahanian
2013-01-18When checking the parameter types of an Objective-C method, don'tDouglas Gregor
2013-01-17In Objective-C ARC, completely ignore ownership qualifiers on theDouglas Gregor
2013-01-16One can have an unavailable method overridden by an available method,Douglas Gregor
2013-01-15When checking availability attributes for consistency between anDouglas Gregor