summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* Fix another crash on invalid code. In this case, handle ObjC categories (wit...Ted Kremenek2010-02-231-0/+4
* A test case for property synthesis using ivar in class extensions.Fariborz Jahanian2010-02-231-0/+36
* More support for ivars in class extension.Fariborz Jahanian2010-02-231-0/+42
* Clang really intends to reject attribute 'warn_unused_result' on Objective-C ...Ted Kremenek2010-02-211-0/+8
* Start supporting declaration of ivars in @implementationFariborz Jahanian2010-02-191-0/+22
* Issue extended diagnostic when property dot-syntax is used and Fariborz Jahanian2010-02-191-2/+2
* Allow for declaration and use of ivars in a stand-aloneFariborz Jahanian2010-02-171-0/+12
* Class continuation now has its own property ast forFariborz Jahanian2010-02-151-0/+13
* Patch to fix a warning which exposed a bug in buildingFariborz Jahanian2010-02-121-0/+55
* Diagnose when user provided getter is being used as lvalueFariborz Jahanian2010-02-111-0/+14
* Reverse a partial fix patch for radar 7214820. It broke some code andFariborz Jahanian2010-02-102-19/+2
* Finish implementing property synthesis by default.Fariborz Jahanian2010-02-091-0/+81
* Merge block/function pointer types with objc's __weakFariborz Jahanian2010-02-082-2/+19
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-1/+1
* Fix test.Anders Carlsson2010-02-021-1/+1
* Add test case for <rdar://problem/7068334> (which was fixed by r94864).Ted Kremenek2010-01-301-0/+9
* Switch Sema over to using the new implementation of format stringTed Kremenek2010-01-291-1/+1
* Insulate these from changes to the default for -Wunreachable-code.Mike Stump2010-01-232-2/+2
* outside a method, 'super' should resolve in a normal name look upFariborz Jahanian2010-01-221-0/+7
* Settled rule on warning on unimplemented property inFariborz Jahanian2010-01-203-4/+37
* Patch to implement required warnings for unimplementedFariborz Jahanian2010-01-201-0/+20
* objective-c test case for __attribute__((unused)) on method arguments.Fariborz Jahanian2010-01-191-0/+15
* Issue diagnostics (instead of crashing in code gen) when usingFariborz Jahanian2010-01-191-1/+14
* When in objective-c methods, do the built-in name lookup afterFariborz Jahanian2010-01-121-0/+40
* add a bunch of missing prototypes to testsChris Lattner2010-01-094-0/+8
* Whenever we emit a typo-correction diagnostic, also emit a noteDouglas Gregor2010-01-071-1/+1
* When suggesting a typo correction for an @implementation without aDouglas Gregor2010-01-061-1/+2
* Fix a bug when property is redeclared in multipleFariborz Jahanian2010-01-061-0/+24
* Do not diagnose method disguised as property setterFariborz Jahanian2010-01-061-0/+12
* When declaring an Objective-C implementation without a correspondingDouglas Gregor2010-01-041-0/+2
* Implement typo correction for a variety of Objective-C-specificDouglas Gregor2010-01-032-3/+3
* clang -cc1: Rename -mcpu to -target-cpu to match other target options and not...Daniel Dunbar2009-12-181-1/+1
* Diagnose duplicate declaration of a property. FixesFariborz Jahanian2009-12-171-0/+9
* Add abort() as a builtin. This has two effects: one, we warn for incorrect Eli Friedman2009-12-163-0/+4
* Diagnose attempting to assign to a sub-structure of an ivarFariborz Jahanian2009-12-151-0/+20
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15207-209/+209
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-14207-209/+209
* Patch to warn when discarding objective-c pointer type qualifiersFariborz Jahanian2009-12-081-0/+20
* Allow accessing 'isa' via '->' operator. Fariborz Jahanian2009-12-071-3/+0
* Patch to allow restrict applied to id/Class types.Fariborz Jahanian2009-12-071-0/+9
* Move RequireCompleteType requirement for fields early into ActOnField so thatEli Friedman2009-12-071-1/+2
* "Incremental" progress on using expressions, by which I mean totally rippingJohn McCall2009-11-211-1/+1
* Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'.Daniel Dunbar2009-11-201-1/+1
* Don't issue spurious diagnostic with Obj-C fast enumeration.Fariborz Jahanian2009-11-191-1/+1
* Do not enter forward class 'Protocol' in decl context.Fariborz Jahanian2009-11-181-0/+6
* Don't warn if objc method param types in declaration andFariborz Jahanian2009-11-181-0/+16
* Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ins...Daniel Dunbar2009-11-175-5/+5
* Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar2009-11-171-2/+3
* Remove extra space in warn_maynot_respond diagnostic. Fixes <rdar://problem/...Ted Kremenek2009-11-172-2/+2
* Handle case of missing '@end' in implementation contextFariborz Jahanian2009-11-162-3/+7
OpenPOWER on IntegriCloud