1. 2eef829 When a declaration of a function is missing an exception specification by Douglas Gregor · 15 years ago
  2. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  3. 6202119 Fix a crash with ill-formed code within a method in an ill-formed by Douglas Gregor · 15 years ago
  4. 2848523 Make this fix-it test case actually fail when there is a problem; add by Douglas Gregor · 15 years ago
  5. 3ac1eda Patch to implement required warnings for unimplemented by Fariborz Jahanian · 15 years ago
  6. 539c5c3 Fix the search for visible declarations within a Scope to ensure that by Douglas Gregor · 15 years ago
  7. 0d535c8 When we typo-correct a base class initializer, point to the base class by Douglas Gregor · 15 years ago
  8. 67dd1d4 Whenever we emit a typo-correction diagnostic, also emit a note by Douglas Gregor · 15 years ago
  9. f06cdae Implement typo correction for a variety of Objective-C-specific constructs: by Douglas Gregor · 15 years ago
  10. e358201 Make sure that the search for visible declarations looks into the semantic parents of out-of-line function contexts by Douglas Gregor · 15 years ago
  11. 736fc1b Fix typo test RUN lines by Douglas Gregor · 15 years ago
  12. d203a16 When typo correction for an id-expression finds a type (or Objective-C by Douglas Gregor · 15 years ago
  13. c171e3b Typo correction for C99 designated field initializers, e.g., by Douglas Gregor · 15 years ago
  14. fe0241e Typo correction for C++ base and member initializers, e.g., by Douglas Gregor · 15 years ago
  15. 6c409a0 Add another typo test for nested-name-specifiers by Douglas Gregor · 15 years ago
  16. 175a656 Typo correction for identifiers within nested name specifiers, e.g., by Douglas Gregor · 15 years ago
  17. bfea239 Typo correction for template names, e.g., by Douglas Gregor · 15 years ago
  18. 2dcc011 Typo correction for member access into classes/structs/unions, e.g., by Douglas Gregor · 15 years ago
  19. bb092ba Implement typo correction for id-expressions, e.g., by Douglas Gregor · 15 years ago
  20. 546be3c Typo correction for type names when they appear in declarations, e.g., given by Douglas Gregor · 15 years ago
  21. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  22. 01ed063 Make tests use the new clang -cc1 flag. by Fariborz Jahanian · 15 years ago
  23. 84fb9c0 Implement conversion from a switch condition with class type to an by Douglas Gregor · 15 years ago
  24. d8aefab Drop unnecessary #include. by Daniel Dunbar · 15 years ago
  25. 266cc53 Improve test to make sure -fixit is really working. by Daniel Dunbar · 15 years ago
  26. 73dd768 Update FixIt tests to make it more obvious they use a separate mode. by Daniel Dunbar · 15 years ago
  27. 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
  28. 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
  29. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  30. 3f0b5fd Rework the fix-it hint for code like by Douglas Gregor · 15 years ago
  31. ef78ac6 Add 'fixit' hint on mis-use of pointer-to-member binary operators. by Fariborz Jahanian · 15 years ago
  32. 8ae0639 Update test case; I'm confused why this wasn't failing on the buildbot though? by Daniel Dunbar · 15 years ago
  33. a86b832 Fixed the Fix-It hints for comparison against a string literal. Thanks, Chris! by Douglas Gregor · 16 years ago
  34. 75e3606 add fixit advice to an archiac ObjC issue. by Chris Lattner · 16 years ago
  35. 81048aa Move the rest of the fixit tests to the FixIt area. by Mike Stump · 16 years ago
  36. 26df2f0 Add a new command-line option "-fixit-at=file:line:column" that only by Douglas Gregor · 16 years ago
  37. dd6f4ab Move the fix-it tests into their own subdirectory by Douglas Gregor · 16 years ago