aboutsummaryrefslogtreecommitdiff
path: root/clang/test/FixIt/fixit-objc.m
AgeCommit message (Expand)AuthorFilesLines
2023-08-28[clang] Remove rdar links; NFCAaron Ballman1-2/+0
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini1-0/+2
2023-07-07Remove rdar links; NFCAaron Ballman1-2/+0
2022-02-09Use functions with prototypes when appropriate; NFCAaron Ballman1-1/+1
2016-06-28ObjC Class Property: diagnostics when accessing a class property using instance.Manman Ren1-0/+8
2013-12-18Objective-C. After providing a fix-it for aFariborz Jahanian1-6/+6
2013-12-17Objective-C. Make diagnostics and fix-its consistent Fariborz Jahanian1-4/+4
2013-06-10Objective-C [qoi]: Issue better warning when nsstring literal is missingFariborz Jahanian1-4/+4
2013-02-28Fix warning text of my last patch.Fariborz Jahanian1-1/+1
2013-02-28objective-C: clang, following gcc, warns onFariborz Jahanian1-1/+1
2012-09-24objective-C: remove use of 'ivar' in favor ofFariborz Jahanian1-1/+1
2011-07-30Introduce a Fix-It for the "missing sentinel" warning, adding anDouglas Gregor1-0/+14
2011-06-28Provide fix-it for '.' <-> '->' for Objective-C ivar/property access.Fariborz Jahanian1-0/+14
2010-09-07Improve recovery when there is a stray ']' or ')' before the ';' atDouglas Gregor1-14/+18
2010-04-24Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky1-2/+3
2010-04-09Improve diagnostics like "initializing <type> from an expression ofDouglas Gregor1-1/+1
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor1-1/+1
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-2/+2
2009-12-14Make tests use the new clang -cc1 flag.Fariborz Jahanian1-2/+2
2009-11-14Update FixIt tests to make it more obvious they use a separate mode.Daniel Dunbar1-2/+2
2009-11-10When trying to assign a regular string literal to an Objective-C 'id' type or...Anders Carlsson1-2/+30
2009-11-08Eliminate &&s in tests.Daniel Dunbar1-1/+1
2009-04-03add fixit advice to an archiac ObjC issue.Chris Lattner1-0/+8