1. b2f6820 Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. by Patrick Beard · 12 years ago
  2. d1e40d5 Make -fobjc-nonfragile-abi the -cc1 default, since it's the by John McCall · 13 years ago
  3. 6add6fb Fix test by Douglas Gregor · 13 years ago
  4. 312eadb Implement a new identifier-classification scheme where Sema by Douglas Gregor · 13 years ago
  5. c37b736 Disable this test until we figure out what madness it causes by Douglas Gregor · 14 years ago
  6. 9c13f5b Sign by Douglas Gregor · 14 years ago
  7. 30af47f I hate this test by Douglas Gregor · 14 years ago
  8. 808bedf Something is seriously wonky with this test by Douglas Gregor · 14 years ago
  9. bddf8eb Fix silly typo by Douglas Gregor · 14 years ago
  10. 53e4b55 Teach typo correction not to return the same keyword that matches a by Douglas Gregor · 14 years ago
  11. 9a632ea Fix handling of property and ivar lookup in typo correction; the two by Douglas Gregor · 14 years ago
  12. b4226ff Bah, incompetence by Douglas Gregor · 14 years ago
  13. f98402d Eliminate another ordering dependency in typo correction. Re-enable typo.m, which seems to be working properly. by Douglas Gregor · 14 years ago
  14. 31df9be Disable this test again, which naturally fails on every platform except the one I'm building with by Douglas Gregor · 14 years ago
  15. 6eaac8b When performing typo correction, keep track of whether the last lookup by Douglas Gregor · 14 years ago
  16. 8712930 Disable type.m while failures are investigated. by Daniel Dunbar · 14 years ago
  17. b63ff72 Make test more consistent. by Daniel Dunbar · 14 years ago
  18. 837e738 Update test by Douglas Gregor · 14 years ago
  19. de037c2 Tweak test for non-64-bit Darwin by Douglas Gregor · 14 years ago
  20. 1b730e8 When we see the a '[' in a postfix expression in Objective-C, perform by Douglas Gregor · 14 years ago
  21. a1d1c75 Fix typo test case by Douglas Gregor · 14 years ago
  22. d0785ea Give a slight edge to the context-sensitive keyword 'super' over by Douglas Gregor · 14 years ago
  23. 91f7ac7 Tweak typo-correction logic a bit regarding "super", so that we by Douglas Gregor · 14 years ago
  24. e2aaf39 Clean up test case and remove XFAIL. This test can now distinguish between by Ted Kremenek · 14 years ago
  25. ba5f6ec Teach clang -fixit to modify files in-place, or -fixit=suffix to create new by Nick Lewycky · 14 years ago
  26. c220a18 When searching for code-completion and typo-correction candidates, by Douglas Gregor · 14 years ago
  27. d4a97a1 Teach -fixit to modify all of its inputs instead of just the main file, unless by Nick Lewycky · 14 years ago
  28. aaf8716 Teach typo correction about various language keywords. We can't by Douglas Gregor · 14 years ago
  29. 47bd543 Implement typo correction for Objective-C message sends when the by Douglas Gregor · 14 years ago
  30. 6202119 Fix a crash with ill-formed code within a method in an ill-formed by Douglas Gregor · 14 years ago
  31. 3ac1eda Patch to implement required warnings for unimplemented by Fariborz Jahanian · 14 years ago
  32. 67dd1d4 Whenever we emit a typo-correction diagnostic, also emit a note by Douglas Gregor · 14 years ago
  33. f06cdae Implement typo correction for a variety of Objective-C-specific constructs: by Douglas Gregor · 14 years ago
  34. 736fc1b Fix typo test RUN lines by Douglas Gregor · 14 years ago
  35. d203a16 When typo correction for an id-expression finds a type (or Objective-C by Douglas Gregor · 14 years ago