summaryrefslogtreecommitdiff
path: root/test/FixIt/typo.m
AgeCommit message (Expand)Author
2016-05-04Add the Pure attribute to C99 builtin functions from ctype.h. This is a corre...Aaron Ballman
2016-04-13Reverting r266199; it causes build bot failures.Aaron Ballman
2016-04-13Add functions declared in ctype.h to builtin function database. All functions...Aaron Ballman
2016-04-09ObjC kindof: check the context when inserting methods to global pool.Manman Ren
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-04-27Fix testDouglas Gregor
2011-04-24Implement a new identifier-classification scheme where SemaDouglas Gregor
2010-10-26Disable this test until we figure out what madness it causesDouglas Gregor
2010-10-26SignDouglas Gregor
2010-10-26I hate this testDouglas Gregor
2010-10-26Something is seriously wonky with this testDouglas Gregor
2010-10-26Fix silly typoDouglas Gregor
2010-10-26Teach typo correction not to return the same keyword that matches aDouglas Gregor
2010-10-20Fix handling of property and ivar lookup in typo correction; the twoDouglas Gregor
2010-10-20Bah, incompetenceDouglas Gregor
2010-10-20Eliminate another ordering dependency in typo correction. Re-enable typo.m, w...Douglas Gregor
2010-10-15Disable this test again, which naturally fails on every platform except the o...Douglas Gregor
2010-10-15When performing typo correction, keep track of whether the last lookupDouglas Gregor
2010-10-15Disable type.m while failures are investigated.Daniel Dunbar
2010-10-15Make test more consistent.Daniel Dunbar
2010-09-17Update testDouglas Gregor
2010-05-31Tweak test for non-64-bit DarwinDouglas Gregor
2010-05-31When we see the a '[' in a postfix expression in Objective-C, performDouglas Gregor
2010-05-18Fix typo test caseDouglas Gregor
2010-05-18Give a slight edge to the context-sensitive keyword 'super' overDouglas Gregor
2010-05-18Tweak typo-correction logic a bit regarding "super", so that weDouglas Gregor
2010-05-17Clean up test case and remove XFAIL. This test can now distinguish betweenTed Kremenek
2010-04-24Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky
2010-04-19When searching for code-completion and typo-correction candidates,Douglas Gregor
2010-04-15Teach -fixit to modify all of its inputs instead of just the main file, unlessNick Lewycky
2010-04-14Teach typo correction about various language keywords. We can'tDouglas Gregor
2010-04-14Implement typo correction for Objective-C message sends when theDouglas Gregor
2010-02-04Fix a crash with ill-formed code within a method in an ill-formedDouglas Gregor
2010-01-20Patch to implement required warnings for unimplementedFariborz Jahanian
2010-01-07Whenever we emit a typo-correction diagnostic, also emit a noteDouglas Gregor
2010-01-03Implement typo correction for a variety of Objective-C-specificDouglas Gregor
2010-01-01Fix typo test RUN linesDouglas Gregor
2010-01-01When typo correction for an id-expression finds a type (or Objective-CDouglas Gregor