summaryrefslogtreecommitdiffstats
path: root/clang/test/FixIt/fixit-objc.m
Commit message (Expand)AuthorAgeFilesLines
* ObjC Class Property: diagnostics when accessing a class property using instance.Manman Ren2016-06-281-0/+8
* Objective-C. After providing a fix-it for aFariborz Jahanian2013-12-181-6/+6
* Objective-C. Make diagnostics and fix-its consistent Fariborz Jahanian2013-12-171-4/+4
* Objective-C [qoi]: Issue better warning when nsstring literal is missingFariborz Jahanian2013-06-101-4/+4
* Fix warning text of my last patch.Fariborz Jahanian2013-02-281-1/+1
* objective-C: clang, following gcc, warns onFariborz Jahanian2013-02-281-1/+1
* objective-C: remove use of 'ivar' in favor ofFariborz Jahanian2012-09-241-1/+1
* Introduce a Fix-It for the "missing sentinel" warning, adding anDouglas Gregor2011-07-301-0/+14
* Provide fix-it for '.' <-> '->' for Objective-C ivar/property access.Fariborz Jahanian2011-06-281-0/+14
* Improve recovery when there is a stray ']' or ')' before the ';' atDouglas Gregor2010-09-071-14/+18
* Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky2010-04-241-2/+3
* Improve diagnostics like "initializing <type> from an expression ofDouglas Gregor2010-04-091-1/+1
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Make tests use the new clang -cc1 flag.Fariborz Jahanian2009-12-141-2/+2
* Update FixIt tests to make it more obvious they use a separate mode.Daniel Dunbar2009-11-141-2/+2
* When trying to assign a regular string literal to an Objective-C 'id' type or...Anders Carlsson2009-11-101-2/+30
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* add fixit advice to an archiac ObjC issue.Chris Lattner2009-04-031-0/+8
OpenPOWER on IntegriCloud