aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/conditional-expr.cpp
AgeCommit message (Expand)Author
2009-11-06Turn off -Wsign-compare warnings by defaultDouglas Gregor
2009-11-05Implement the conditional-operator part of -Wsign-compare. TurnJohn McCall
2009-09-14Diagnose taking the address of a bit-field inside a conditional operator.Anders Carlsson
2009-08-24Implement support for equality comparisons (!=, ==) of memberDouglas Gregor
2009-05-13Disable access control by default. It can be enabled with the -faccess-contro...Anders Carlsson
2009-04-26Make reference class unification in conditional expressions check for validit...Sebastian Redl
2009-04-19Conditional operator C++ checking complete. What issues remain are in more ge...Sebastian Redl
2009-04-19Bring member pointer operands of the conditional operator to a common type. W...Sebastian Redl
2009-04-19Another piece of the conditional operator puzzle. We'll want to use FindCompo...Sebastian Redl
2009-04-17Implement lvalue test for conditional expressions.Sebastian Redl
2009-04-16Fix a crash bug when comparing overload quality of conversion operators with ...Sebastian Redl