1. 78b8105 Diagnose attempst to template using declarations and using directives. by John McCall · 14 years ago
  2. 6699220 Allow a using directive to refer to the implicitly-defined namespace by Douglas Gregor · 14 years ago
  3. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  4. 1237259 When performing unqualified name lookup in C++, don't look directly by Douglas Gregor · 15 years ago
  5. eb0d8c9 Let using directives refer to namespace aliases. Fixes PR5479. by Sebastian Redl · 15 years ago
  6. 6654294 Resolve this FIXME: unelaborated lookups are ambiguous, too. by John McCall · 15 years ago
  7. 6826314 Overhaul previous-declaration and overload checking to work on lookup results by John McCall · 15 years ago
  8. 9cfbe48 Parsing and AST support for using declarations, from John Thompson! by Douglas Gregor · 15 years ago
  9. 841b53c Make the selection of type declarations in Sema::getTypeName by Douglas Gregor · 15 years ago
  10. 1a31ad8 XFAIL a failing test by Douglas Gregor · 15 years ago
  11. 31a19b6 Make parsing a semantic analysis a little more robust following Sema by Douglas Gregor · 15 years ago
  12. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  13. ddf7e99 Make the test cases failing due to exact diagnostic matching XFAIL. by Sebastian Redl · 16 years ago
  14. 7dda67d Improvements and fixes for name lookup with using directives, from Piotr Rak! by Douglas Gregor · 16 years ago
  15. c144bfa Remove a fixed FIXME by Douglas Gregor · 16 years ago
  16. e2c565d When looking for a tag name via unqualified name lookup, only look in by Douglas Gregor · 16 years ago
  17. 2a3009a Semantic analysis, ASTs, and unqualified name lookup support for C++ by Douglas Gregor · 16 years ago