summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/conditional-expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Turn off -Wsign-compare warnings by defaultDouglas Gregor2009-11-061-1/+1
* Implement the conditional-operator part of -Wsign-compare. TurnJohn McCall2009-11-051-2/+20
* Diagnose taking the address of a bit-field inside a conditional operator.Anders Carlsson2009-09-141-1/+3
* Implement support for equality comparisons (!=, ==) of memberDouglas Gregor2009-08-241-1/+1
* Disable access control by default. It can be enabled with the -faccess-contro...Anders Carlsson2009-05-131-1/+1
* Make reference class unification in conditional expressions check for validit...Sebastian Redl2009-04-261-5/+5
* Conditional operator C++ checking complete. What issues remain are in more ge...Sebastian Redl2009-04-191-4/+10
* Bring member pointer operands of the conditional operator to a common type. W...Sebastian Redl2009-04-191-5/+17
* Another piece of the conditional operator puzzle. We'll want to use FindCompo...Sebastian Redl2009-04-191-5/+5
* Implement lvalue test for conditional expressions.Sebastian Redl2009-04-171-13/+32
* Fix a crash bug when comparing overload quality of conversion operators with ...Sebastian Redl2009-04-161-0/+144
OpenPOWER on IntegriCloud