summaryrefslogtreecommitdiff
path: root/test/SemaCXX/conditional-expr.cpp
Commit message (Expand)AuthorAge
* PR15132: Replace "address expression must be an lvalue or a functionRichard Smith2013-02-02
* Fix PR13784: instantiation of an abstract class in a conditional operator.David Blaikie2012-09-10
* Implement final piece of DR963 and also DR587:Richard Smith2012-08-08
* Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:Richard Smith2012-01-12
* PR10828: Produce a warning when a no-arguments function is declared in blockRichard Smith2012-01-05
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-13
* Remove warning for conditional operands of differend signedness from -Wsign-c...Richard Trieu2011-07-21
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-28
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-19
* Fix a missed case in the NULL operand to conditional operatorChandler Carruth2011-02-19
* Initial steps to improve diagnostics when there is a NULL andChandler Carruth2011-02-18
* Re-instate r123977/r123978, my updates of the reference-bindingDouglas Gregor2011-01-24
* revert r123977 and r123978 to fix PR9026.Rafael Espindola2011-01-22
* Update the reference-binding implementation used for overloadDouglas Gregor2011-01-21
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-05
* Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.Chandler Carruth2010-07-14
* Improve diagnostics for the "type qualifier on return type has noDouglas Gregor2010-07-13
* When forming a function call or message send expression, be sure toDouglas Gregor2010-07-13
* When performing copy initialization via user-defined conversions,Douglas Gregor2010-07-01
* When a conditional operator is an rvalue of class type, we need toDouglas Gregor2010-05-19
* Rearchitect -Wconversion and -Wsign-compare. Instead of computing themJohn McCall2010-05-06
* When we are performing copy initialization of a class type via itsDouglas Gregor2010-04-24
* Improve our handling of user-defined conversions as part of overloadDouglas Gregor2010-04-17
* Turn access control on by default in -cc1.John McCall2010-04-09
* Rework our handling of copy construction of temporaries, which was aDouglas Gregor2010-04-02
* When trying to determine whether one operand of a conditionalDouglas Gregor2010-03-26
* Switch semantic analysis of the conditional operator from usingDouglas Gregor2010-03-26
* Promote enum types during -Wsign-compare. Fixes some spurious warnings,John McCall2010-03-19
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-10
* Improve access control diagnostics. Perform access control on member-pointerJohn McCall2010-02-10
* Chris thinks these diagnostics are better now. :)John McCall2010-01-12
* Introduce a specific representation for the ambiguous implicit conversionJohn McCall2010-01-12
* Switch initialization of parameters in a call over toDouglas Gregor2009-12-22
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Turn off -Wsign-compare warnings by defaultDouglas Gregor2009-11-06
* Implement the conditional-operator part of -Wsign-compare. TurnJohn McCall2009-11-05
* Diagnose taking the address of a bit-field inside a conditional operator.Anders Carlsson2009-09-14
* Implement support for equality comparisons (!=, ==) of memberDouglas Gregor2009-08-24
* Disable access control by default. It can be enabled with the -faccess-contro...Anders Carlsson2009-05-13
* Make reference class unification in conditional expressions check for validit...Sebastian Redl2009-04-26
* Conditional operator C++ checking complete. What issues remain are in more ge...Sebastian Redl2009-04-19
* Bring member pointer operands of the conditional operator to a common type. W...Sebastian Redl2009-04-19
* Another piece of the conditional operator puzzle. We'll want to use FindCompo...Sebastian Redl2009-04-19
* Implement lvalue test for conditional expressions.Sebastian Redl2009-04-17
* Fix a crash bug when comparing overload quality of conversion operators with ...Sebastian Redl2009-04-16