1. 0fd8ff7 When trying to determine whether one operand of a conditional by Douglas Gregor · 15 years ago
  2. b70cf44 Switch semantic analysis of the conditional operator from using by Douglas Gregor · 15 years ago
  3. a2936be Promote enum types during -Wsign-compare. Fixes some spurious warnings, by John McCall · 15 years ago
  4. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  5. 6b2accb Improve access control diagnostics. Perform access control on member-pointer by John McCall · 15 years ago
  6. 4248491 Chris thinks these diagnostics are better now. :) by John McCall · 15 years ago
  7. 1d31833 Introduce a specific representation for the ambiguous implicit conversion by John McCall · 15 years ago
  8. aa03731 Switch initialization of parameters in a call over to by Douglas Gregor · 15 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  10. 35de813 Turn off -Wsign-compare warnings by default by Douglas Gregor · 15 years ago
  11. b13c87f Implement the conditional-operator part of -Wsign-compare. Turn by John McCall · 15 years ago
  12. 1d524c3 Diagnose taking the address of a bit-field inside a conditional operator. by Anders Carlsson · 15 years ago
  13. 20b3e99 Implement support for equality comparisons (!=, ==) of member by Douglas Gregor · 15 years ago
  14. a33d9b4 Disable access control by default. It can be enabled with the -faccess-control option. When we have better support for it, we can enable it by default again. by Anders Carlsson · 16 years ago
  15. a5cd2cd Make reference class unification in conditional expressions check for validity of the conversion. by Sebastian Redl · 16 years ago
  16. 78eb874 Conditional operator C++ checking complete. What issues remain are in more general code. by Sebastian Redl · 16 years ago
  17. 9bebfad Bring member pointer operands of the conditional operator to a common type. We're getting there ... by Sebastian Redl · 16 years ago
  18. d1bd7fc Another piece of the conditional operator puzzle. We'll want to use FindCompositePointerType in some other places, too. by Sebastian Redl · 16 years ago
  19. 7645850 Implement lvalue test for conditional expressions. by Sebastian Redl · 16 years ago
  20. 3201f6b Fix a crash bug when comparing overload quality of conversion operators with conversion constructors. by Sebastian Redl · 16 years ago