1. 8aa8da8 Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes. by Kaelyn Uhrain · 12 years ago
  2. 10413a4 Allow typo correction to try removing nested name specifiers. by Kaelyn Uhrain · 12 years ago
  3. 52dd02d Add the global namespace (the "::" namespace specifier) to the list of by Kaelyn Uhrain · 12 years ago
  4. 493ea63 Allow CorrectTypo to add/modify nested name qualifiers to typos that by Kaelyn Uhrain · 13 years ago
  5. 5986c3e Improve typo correction involving nested name specifiers. by Kaelyn Uhrain · 14 years ago
  6. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  7. fec5263 Parsing and AST support for using declarations, from John Thompson! by Douglas Gregor · 16 years ago
  8. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  9. d9f92e2 Clean up some error messages with anonymous structs/unions and member declaration parsing. Fixes PR3680 by Douglas Gregor · 17 years ago
  10. 87f95b0 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 17 years ago
  11. 3407432 Refactor name lookup. by Douglas Gregor · 17 years ago
  12. ce1da2c - Various comment typo fixes in Sema.h by Chris Lattner · 17 years ago
  13. d7c4d98 Parser support for C++ using directives, from Piotr Rak by Douglas Gregor · 17 years ago