summaryrefslogtreecommitdiffstats
path: root/test/FixIt/typo.m
Commit message (Expand)AuthorAgeFilesLines
* Add the Pure attribute to C99 builtin functions from ctype.h. This is a corre...Aaron Ballman2016-05-041-2/+0
* Reverting r266199; it causes build bot failures.Aaron Ballman2016-04-131-0/+2
* Add functions declared in ctype.h to builtin function database. All functions...Aaron Ballman2016-04-131-2/+0
* ObjC kindof: check the context when inserting methods to global pool.Manman Ren2016-04-091-1/+1
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-3/+3
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-3/+3
* Fix testDouglas Gregor2011-04-271-2/+2
* Implement a new identifier-classification scheme where SemaDouglas Gregor2011-04-241-11/+5
* Disable this test until we figure out what madness it causesDouglas Gregor2010-10-261-0/+3
* SignDouglas Gregor2010-10-261-1/+1
* I hate this testDouglas Gregor2010-10-261-3/+3
* Something is seriously wonky with this testDouglas Gregor2010-10-261-2/+6
* Fix silly typoDouglas Gregor2010-10-261-1/+1
* Teach typo correction not to return the same keyword that matches aDouglas Gregor2010-10-261-0/+9
* Fix handling of property and ivar lookup in typo correction; the twoDouglas Gregor2010-10-201-3/+0
* Bah, incompetenceDouglas Gregor2010-10-201-0/+3
* Eliminate another ordering dependency in typo correction. Re-enable typo.m, w...Douglas Gregor2010-10-201-3/+0
* Disable this test again, which naturally fails on every platform except the o...Douglas Gregor2010-10-151-0/+3
* When performing typo correction, keep track of whether the last lookupDouglas Gregor2010-10-151-3/+0
* Disable type.m while failures are investigated.Daniel Dunbar2010-10-151-0/+3
* Make test more consistent.Daniel Dunbar2010-10-151-1/+1
* Update testDouglas Gregor2010-09-171-1/+2
* Tweak test for non-64-bit DarwinDouglas Gregor2010-05-311-4/+6
* When we see the a '[' in a postfix expression in Objective-C, performDouglas Gregor2010-05-311-1/+7
* Fix typo test caseDouglas Gregor2010-05-181-1/+1
* Give a slight edge to the context-sensitive keyword 'super' overDouglas Gregor2010-05-181-4/+2
* Tweak typo-correction logic a bit regarding "super", so that weDouglas Gregor2010-05-181-1/+16
* Clean up test case and remove XFAIL. This test can now distinguish betweenTed Kremenek2010-05-171-21/+16
* Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky2010-04-241-2/+3
* When searching for code-completion and typo-correction candidates,Douglas Gregor2010-04-191-0/+34
* Teach -fixit to modify all of its inputs instead of just the main file, unlessNick Lewycky2010-04-151-0/+1
* Teach typo correction about various language keywords. We can'tDouglas Gregor2010-04-141-0/+15
* Implement typo correction for Objective-C message sends when theDouglas Gregor2010-04-141-3/+2
* Fix a crash with ill-formed code within a method in an ill-formedDouglas Gregor2010-02-041-1/+1
* Patch to implement required warnings for unimplementedFariborz Jahanian2010-01-201-0/+1
* Whenever we emit a typo-correction diagnostic, also emit a noteDouglas Gregor2010-01-071-9/+9
* Implement typo correction for a variety of Objective-C-specificDouglas Gregor2010-01-031-0/+80
* Fix typo test RUN linesDouglas Gregor2010-01-011-1/+1
* When typo correction for an id-expression finds a type (or Objective-CDouglas Gregor2010-01-011-0/+9