Age | Commit message (Expand) | Author |
2011-09-06 | PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so: | Richard Smith |
2011-08-03 | Improve overloaded function handling in the typo correction code. | Kaelyn Uhrain |
2011-07-30 | Introduce a Fix-It for the "missing sentinel" warning, adding an | Douglas Gregor |
2011-07-28 | Add a fixit for removal of unused label. | Anna Zaks |
2011-07-28 | Another test case for the &/* mismatch fixit. | Anna Zaks |
2011-07-28 | Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult(). | Anna Zaks |
2011-07-26 | Provide fixit for static use of objective-c type | Fariborz Jahanian |
2011-07-25 | objective-c: Provide a 'fixit' when class was used | Fariborz Jahanian |
2011-07-21 | Add FixIt hint for missing 'id' type. | Fariborz Jahanian |
2011-07-21 | Addressing code review comments for commit 135509 - Add FixItHints in case a ... | Anna Zaks |
2011-07-19 | Add FixItHints in case a C++ function call is missing * or & operators on one... | Anna Zaks |
2011-07-14 | Add a hackaround to avoid the crash in PR10355. However, our recovery | Douglas Gregor |
2011-07-01 | When adding boolean keywords for typo correction, add either "bool" or | Douglas Gregor |
2011-06-28 | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor |
2011-06-28 | Provide fix-it for '.' <-> '->' for Objective-C ivar/property access. | Fariborz Jahanian |
2011-06-24 | Allow the fixit for missing ':' in the ?: ternary operator if it is pointing | Argyrios Kyrtzidis |
2011-05-02 | Fixed test case asserts due to checkin of r130710. | Chad Rosier |
2011-04-27 | Extend Sema::ClassifyName() to support C++, ironing out a few issues | Douglas Gregor |
2011-04-27 | Fix test | Douglas Gregor |
2011-04-27 | Improve diagnostics for typo correction via Sema::ClassifyName(), by | Douglas Gregor |
2011-04-24 | Implement a new identifier-classification scheme where Sema | Douglas Gregor |
2011-04-21 | Fixit suggestion for adding missing tag name should have a space after the ta... | Argyrios Kyrtzidis |
2011-04-15 | Support for C++11 (non-template) alias declarations. | Richard Smith |
2011-04-13 | Issue the 2nd fixit even if fix-it hint is supressed. | Fariborz Jahanian |
2011-04-13 | No fixit hint for builtin expressions which are | Fariborz Jahanian |
2011-03-27 | Improve recovery (error + fix-it) when parsing type dependent template name w... | Francois Pichet |
2011-02-22 | Provide Fixit warning when 'auto' is intended as storage | Fariborz Jahanian |
2011-02-19 | Remove the Fix-It for "main must return 'int'", which is not always | Douglas Gregor |
2010-10-26 | Disable this test until we figure out what madness it causes | Douglas Gregor |
2010-10-26 | Sign | Douglas Gregor |
2010-10-26 | I hate this test | Douglas Gregor |
2010-10-26 | Something is seriously wonky with this test | Douglas Gregor |
2010-10-26 | Fix silly typo | Douglas Gregor |
2010-10-26 | Teach typo correction not to return the same keyword that matches a | Douglas Gregor |
2010-10-22 | Minor tweak so that fixit-errors.c is never compiled; it crashes and pops up ... | Anders Carlsson |
2010-10-20 | Fix handling of property and ivar lookup in typo correction; the two | Douglas Gregor |
2010-10-20 | Disable this test while I track down the platform-specific issue | Douglas Gregor |
2010-10-20 | Bah, incompetence | Douglas Gregor |
2010-10-20 | Eliminate another ordering dependency in typo correction. Re-enable typo.m, w... | Douglas Gregor |
2010-10-15 | Disable this test again, which naturally fails on every platform except the o... | Douglas Gregor |
2010-10-15 | When performing typo correction, keep track of whether the last lookup | Douglas Gregor |
2010-10-15 | Disable type.m while failures are investigated. | Daniel Dunbar |
2010-10-15 | Make test more consistent. | Daniel Dunbar |
2010-10-08 | When we encounter a '==' in a context expecting a '=', assume the user made a... | Argyrios Kyrtzidis |
2010-10-01 | Better diagnostic for superfluous scope specifier inside a class definition f... | Francois Pichet |
2010-09-17 | Update test | Douglas Gregor |
2010-09-17 | When we run into an error parsing or type-checking the left-hand side | Douglas Gregor |
2010-09-16 | Implement automatic bracket insertion for Objective-C class message | Douglas Gregor |
2010-09-15 | Handle bracket insertion for Objective-C class messages in a very | Douglas Gregor |
2010-09-15 | Extend bracket insertion to message sends to "super", e.g., | Douglas Gregor |