1. 6ad9ac0 add PCH support for a bunch of C++ Decls, patch by Andrew Sutton! by Chris Lattner · 14 years ago
  2. ae37475 When declaring a namespace alias, ignore previous declarations that by Douglas Gregor · 14 years ago
  3. c67b032 Compare namespaces properly when looking for redeclarations of by Douglas Gregor · 15 years ago
  4. 3dbd3d5 Support local namespace aliases and permit them to be instantiated. by John McCall · 15 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. b73e75c Check in test for namespace aliases+using directives. by Anders Carlsson · 16 years ago
  7. 81c85c4 More improvements to namespace aliases. We now support everything except aliases in using directives. by Anders Carlsson · 16 years ago
  8. dd729fc Fix lookup bug by Anders Carlsson · 16 years ago
  9. a1a1b30 As Eli pointed out, it is possible that a namespace lookup is ambiguous! by Anders Carlsson · 16 years ago
  10. 5721c68 Check that the alias points to a valid namespace. by Anders Carlsson · 16 years ago
  11. 8d7ba40 Check that the namespace alias doesn't conflict with a previous declaration in this scope. by Anders Carlsson · 16 years ago