1. 7002f4c Turn access control on by default in -cc1. by John McCall · 14 years ago
  2. 06245bf Improve handling of friend types in several ways: by Douglas Gregor · 14 years ago
  3. 73061d0 Pretty-print anonymous types using their kind and presumed location. by John McCall · 14 years ago
  4. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  5. 8761d68 Make Decl::isOutOfLine() virtual, and use that to determine when definitions by Chandler Carruth · 14 years ago
  6. 6b2accb Improve access control diagnostics. Perform access control on member-pointer by John McCall · 14 years ago
  7. cfdc81a Initialization improvements: addition of string initialization and a few by Eli Friedman · 15 years ago
  8. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  9. 2f841ba Stop trying to analyze class-hierarchies for dependently-scoped id-expressions; by John McCall · 15 years ago
  10. 38fd4d0 Make sure we actually have a definition before asking if it is implicit. Fixes PR4674. by Sebastian Redl · 15 years ago
  11. a786fdb Improve diagnostics when the parser encounters a declarator with an by Douglas Gregor · 15 years ago
  12. d85bea2 Rework the Parse-Sema interaction for friends to better support friend by Douglas Gregor · 15 years ago
  13. 5348932 When adding a friend class declaration to the lookup tables, use the access specifier by John McCall · 15 years ago
  14. d7eff68 Ensure that the tag decls of friend decls aren't added to the friending class's by John McCall · 15 years ago
  15. ab88d97 Fix bug 4784 and allow friend declarations to properly extend by John McCall · 15 years ago
  16. 02cace7 Omnibus friend decl refactoring. Instead of cloning AST classes for friend by John McCall · 15 years ago
  17. 91cf419 Modify an assert to capture the restriction on friend declarations more by John McCall · 15 years ago
  18. 7f27d92 Permit a class to friend its members in C++0x, without restriction. by John McCall · 15 years ago
  19. 67d1a67 First pass at friend semantics. by John McCall · 15 years ago
  20. 213a60e AlisdairM pointed out that this will likely be relaxed in C++0x, so let's by John McCall · 15 years ago
  21. e947278 Add a test for invalid uses of non-static members from nested classes, just by John McCall · 15 years ago
  22. bc0a222 Update for LLVM API change. by Owen Anderson · 15 years ago
  23. 8bf0ccd Make having no RUN line a failure. by Daniel Dunbar · 15 years ago
  24. 3ef84e1 Prep for new warning. by Mike Stump · 15 years ago
  25. 1f2023a "This patch implements the restrictions on union members detailed in by Douglas Gregor · 15 years ago
  26. 8e82210 Revert this, we have a better way to do this. by Mike Stump · 15 years ago
  27. f18de03 Revert this, we have a better way to handle this. by Mike Stump · 15 years ago
  28. f0a6a0c Prep for new warning. by Mike Stump · 15 years ago
  29. 8d36222 Prep for new warning. by Mike Stump · 15 years ago
  30. 9ca97ba Add test for [class.local]p2. by Anders Carlsson · 15 years ago
  31. 3aa518b Add test for [class.nested.type]p1 by Anders Carlsson · 15 years ago
  32. e98da2e Support for [class.local]p4. by Anders Carlsson · 15 years ago
  33. e41590d [class.local] p1 and p3. Also, add back the xcodeproj file. by Anders Carlsson · 15 years ago