1. 5df37bd Delay checking of typedefs of dependent types. Fixes PR11630. by Rafael Espindola · 13 years ago
  2. 874d253 PR10101: Recover better from a common copy-paste error: if a function by Richard Smith · 13 years ago
  3. aef0199 Diagnose typedef of an operator name. Fixes PR7462 by Douglas Gregor · 14 years ago
  4. c8fd2da When checking the redeclaration context of a typedef that refers to a by Douglas Gregor · 14 years ago
  5. 0d6b164 Recommit my change to how C++ does elaborated type lookups, now with by John McCall · 14 years ago
  6. 00b40d3 Revert "C++ doesn't really use "namespaces" for different kinds of names the same", which seems to break most C++ nightly test apps. by Daniel Dunbar · 14 years ago
  7. d04efc9 C++ doesn't really use "namespaces" for different kinds of names the same by John McCall · 14 years ago
  8. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  9. 5126fd0 Typedefs can be redeclared. That seems like something we should record in by John McCall · 15 years ago
  10. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  11. a75a92d Remove unnecessary -fms-extensions=0 from tests (this command line syntax is going away). by Daniel Dunbar · 15 years ago
  12. 838b048 Disabling some MS extensions which cause this test to fail by John Thompson · 15 years ago
  13. ed4ec8f One can use "class" and "struct" interchangeably to refer to a class by Douglas Gregor · 15 years ago
  14. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  15. d0344a4 Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 15 years ago
  16. 6697312 Complete semantic checking for typedef redeclarations in C++. The by Douglas Gregor · 16 years ago
  17. 5f4a682 Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 16 years ago
  18. bbe2743 Allow redeclaration of typedefs in C++ by Douglas Gregor · 16 years ago