aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC
AgeCommit message (Expand)Author
2013-05-03Revert r177218.Argyrios Kyrtzidis
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor
2013-05-02Revert r180970; it's causing breakage.Douglas Gregor
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor
2013-05-01Point diagnostics that complain about a use of a selector in an objc message,...Argyrios Kyrtzidis
2013-04-30Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers Fariborz Jahanian
2013-04-27Fix an assertion hit in Sema::CheckObjCMethodOverrides.Argyrios Kyrtzidis
2013-04-25Objective-C: This is a small modification to myFariborz Jahanian
2013-04-24Objective-C arc: Improve disgnostics when 'weak'Fariborz Jahanian
2013-04-24Objective-C: When reporting on missing property accessor implementation inFariborz Jahanian
2013-04-24Add test case for -Wdeprecated-objc-pointer-introspection, andTed Kremenek
2013-04-22Rename this test to make it more general for including more tests.Ted Kremenek
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