summaryrefslogtreecommitdiff
path: root/test/SemaCXX/conditional-expr.cpp
AgeCommit message (Expand)Author
2016-09-07Fix clang's handling of the copy performed in the second phase of classRichard Smith
2016-04-25Implement support for conditional between xvalues of reference-compatibleRichard Smith
2014-01-27PR17052 / DR1560 (+DR1550): In a conditional expression between a glvalue and aRichard Smith
2013-06-02Allow paren casted throw statements inside of ternary expressionsDavid Majnemer
2013-02-02PR15132: Replace "address expression must be an lvalue or a functionRichard Smith
2012-09-10Fix PR13784: instantiation of an abstract class in a conditional operator.David Blaikie
2012-08-08Implement final piece of DR963 and also DR587:Richard Smith
2012-01-12Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:Richard Smith
2012-01-05PR10828: Produce a warning when a no-arguments function is declared in blockRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-07-21Remove warning for conditional operands of differend signedness from -Wsign-c...Richard Trieu
2011-02-28Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson
2011-02-19Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson
2011-02-19Fix a missed case in the NULL operand to conditional operatorChandler Carruth
2011-02-18Initial steps to improve diagnostics when there is a NULL andChandler Carruth
2011-01-24Re-instate r123977/r123978, my updates of the reference-bindingDouglas Gregor
2011-01-22revert r123977 and r123978 to fix PR9026.Rafael Espindola
2011-01-21Update the reference-binding implementation used for overloadDouglas Gregor
2010-09-05'const std::type_info*' instead of 'std::type_info const*'Chris Lattner
2010-07-14Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.Chandler Carruth
2010-07-13Improve diagnostics for the "type qualifier on return type has noDouglas Gregor
2010-07-13When forming a function call or message send expression, be sure toDouglas Gregor
2010-07-01When performing copy initialization via user-defined conversions,Douglas Gregor
2010-05-19When a conditional operator is an rvalue of class type, we need toDouglas Gregor
2010-05-06Rearchitect -Wconversion and -Wsign-compare. Instead of computing themJohn McCall
2010-04-24When we are performing copy initialization of a class type via itsDouglas Gregor
2010-04-17Improve our handling of user-defined conversions as part of overloadDouglas Gregor
2010-04-09Turn access control on by default in -cc1.John McCall
2010-04-02Rework our handling of copy construction of temporaries, which was aDouglas Gregor
2010-03-26When trying to determine whether one operand of a conditionalDouglas Gregor
2010-03-26Switch semantic analysis of the conditional operator from usingDouglas Gregor
2010-03-19Promote enum types during -Wsign-compare. Fixes some spurious warnings,John McCall
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-02-10Improve access control diagnostics. Perform access control on member-pointerJohn McCall
2010-01-12Chris thinks these diagnostics are better now. :)John McCall
2010-01-12Introduce a specific representation for the ambiguous implicit conversionJohn McCall
2009-12-22Switch initialization of parameters in a call over toDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
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