1. 84fb9c0 Implement conversion from a switch condition with class type to an by Douglas Gregor · 15 years ago
  2. d8aefab Drop unnecessary #include. by Daniel Dunbar · 15 years ago
  3. 266cc53 Improve test to make sure -fixit is really working. by Daniel Dunbar · 15 years ago
  4. 73dd768 Update FixIt tests to make it more obvious they use a separate mode. by Daniel Dunbar · 15 years ago
  5. b76cd3d When trying to assign a regular string literal to an Objective-C 'id' type or a pointer to an NSString, emit a code insertion hint that turns it into an Objective-C string. For example: by Anders Carlsson · 15 years ago
  6. ad26b73 If a function with a default argument is redefined and the new function also has a defualt argument then add a fixit hint that removes the default argument. Fixes PR5444. by Anders Carlsson · 15 years ago
  7. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  8. 3f0b5fd Rework the fix-it hint for code like by Douglas Gregor · 15 years ago
  9. ef78ac6 Add 'fixit' hint on mis-use of pointer-to-member binary operators. by Fariborz Jahanian · 15 years ago
  10. 8ae0639 Update test case; I'm confused why this wasn't failing on the buildbot though? by Daniel Dunbar · 16 years ago
  11. a86b832 Fixed the Fix-It hints for comparison against a string literal. Thanks, Chris! by Douglas Gregor · 16 years ago
  12. 75e3606 add fixit advice to an archiac ObjC issue. by Chris Lattner · 16 years ago
  13. 81048aa Move the rest of the fixit tests to the FixIt area. by Mike Stump · 16 years ago
  14. 26df2f0 Add a new command-line option "-fixit-at=file:line:column" that only by Douglas Gregor · 16 years ago
  15. dd6f4ab Move the fix-it tests into their own subdirectory by Douglas Gregor · 16 years ago