summaryrefslogtreecommitdiff
path: root/test/SemaCXX/conditional-expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support lifetime-extension of conditional temporaries.Richard Smith2018-07-231-5/+1
* Do not try to perform lifetime-extension through conditionalRichard Smith2018-07-231-1/+21
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* Fix clang's handling of the copy performed in the second phase of classRichard Smith2016-09-071-1/+1
* Implement support for conditional between xvalues of reference-compatibleRichard Smith2016-04-251-0/+9
* PR17052 / DR1560 (+DR1550): In a conditional expression between a glvalue and aRichard Smith2014-01-271-5/+22
* Allow paren casted throw statements inside of ternary expressionsDavid Majnemer2013-06-021-0/+2
* PR15132: Replace "address expression must be an lvalue or a functionRichard Smith2013-02-021-2/+2
* Fix PR13784: instantiation of an abstract class in a conditional operator.David Blaikie2012-09-101-0/+13
* Implement final piece of DR963 and also DR587:Richard Smith2012-08-081-1/+25
* Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:Richard Smith2012-01-121-2/+2
* PR10828: Produce a warning when a no-arguments function is declared in blockRichard Smith2012-01-051-2/+2
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* 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