summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/conditional-expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove warning for conditional operands of differend signedness from -Wsign-c...Richard Trieu2011-07-211-8/+15
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-1/+1
* Fix a missed case in the NULL operand to conditional operatorChandler Carruth2011-02-191-0/+2
* Initial steps to improve diagnostics when there is a NULL andChandler Carruth2011-02-181-0/+12
* Re-instate r123977/r123978, my updates of the reference-bindingDouglas Gregor2011-01-241-1/+4
* revert r123977 and r123978 to fix PR9026.Rafael Espindola2011-01-221-4/+1
* Update the reference-binding implementation used for overloadDouglas Gregor2011-01-211-1/+4
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-051-2/+2
* Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.Chandler Carruth2010-07-141-2/+2
* Improve diagnostics for the "type qualifier on return type has noDouglas Gregor2010-07-131-0/+5
* When forming a function call or message send expression, be sure toDouglas Gregor2010-07-131-0/+17
* When performing copy initialization via user-defined conversions,Douglas Gregor2010-07-011-1/+8
* When a conditional operator is an rvalue of class type, we need toDouglas Gregor2010-05-191-0/+20
* Rearchitect -Wconversion and -Wsign-compare. Instead of computing themJohn McCall2010-05-061-0/+17
* When we are performing copy initialization of a class type via itsDouglas Gregor2010-04-241-2/+1
* Improve our handling of user-defined conversions as part of overloadDouglas Gregor2010-04-171-3/+2
* Turn access control on by default in -cc1.John McCall2010-04-091-1/+1
* Rework our handling of copy construction of temporaries, which was aDouglas Gregor2010-04-021-0/+27
* When trying to determine whether one operand of a conditionalDouglas Gregor2010-03-261-0/+15
* Switch semantic analysis of the conditional operator from usingDouglas Gregor2010-03-261-1/+2
* Promote enum types during -Wsign-compare. Fixes some spurious warnings,John McCall2010-03-191-3/+3
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-11/+11
* Improve access control diagnostics. Perform access control on member-pointerJohn McCall2010-02-101-5/+5
* Chris thinks these diagnostics are better now. :)John McCall2010-01-121-1/+0
* Introduce a specific representation for the ambiguous implicit conversionJohn McCall2010-01-121-8/+8
* Switch initialization of parameters in a call over toDouglas Gregor2009-12-221-6/+5
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* 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