1. 07f4a06 When adding boolean keywords for typo correction, add either "bool" or by Douglas Gregor · 13 years ago
  2. d8bba9c Add support for C++ namespace-aware typo correction, e.g., correcting by Douglas Gregor · 13 years ago
  3. 3b88735 Extend Sema::ClassifyName() to support C++, ironing out a few issues by Douglas Gregor · 13 years ago
  4. 27766d2 Improve diagnostics for typo correction via Sema::ClassifyName(), by by Douglas Gregor · 13 years ago
  5. 9a632ea Fix handling of property and ivar lookup in typo correction; the two by Douglas Gregor · 14 years ago
  6. 06ff47b Disable this test while I track down the platform-specific issue by Douglas Gregor · 14 years ago
  7. ed84076 Fix broken testcase by Douglas Gregor · 14 years ago
  8. 0e8c4b9 Typo correction for namespace alias definitions by Douglas Gregor · 14 years ago
  9. 6699220 Allow a using directive to refer to the implicitly-defined namespace by Douglas Gregor · 14 years ago
  10. ba5f6ec Teach clang -fixit to modify files in-place, or -fixit=suffix to create new by Nick Lewycky · 15 years ago
  11. 7002f4c Turn access control on by default in -cc1. by John McCall · 15 years ago
  12. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  13. 539c5c3 Fix the search for visible declarations within a Scope to ensure that by Douglas Gregor · 15 years ago
  14. 0d535c8 When we typo-correct a base class initializer, point to the base class by Douglas Gregor · 15 years ago
  15. 67dd1d4 Whenever we emit a typo-correction diagnostic, also emit a note by Douglas Gregor · 15 years ago
  16. 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
  17. 736fc1b Fix typo test RUN lines by Douglas Gregor · 15 years ago
  18. fe0241e Typo correction for C++ base and member initializers, e.g., by Douglas Gregor · 15 years ago
  19. 6c409a0 Add another typo test for nested-name-specifiers by Douglas Gregor · 15 years ago
  20. 175a656 Typo correction for identifiers within nested name specifiers, e.g., by Douglas Gregor · 15 years ago
  21. bfea239 Typo correction for template names, e.g., by Douglas Gregor · 15 years ago
  22. 2dcc011 Typo correction for member access into classes/structs/unions, e.g., by Douglas Gregor · 15 years ago
  23. bb092ba Implement typo correction for id-expressions, e.g., by Douglas Gregor · 15 years ago
  24. 546be3c Typo correction for type names when they appear in declarations, e.g., given by Douglas Gregor · 15 years ago