summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.unary
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Mark array element destructors referenced during initializationErik Pilkington2019-05-101-3/+3
* P0620 follow-up: deducing `auto` from braced-init-list in new exprZhihao Yuan2017-12-113-2/+25
* Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use ofRichard Smith2016-10-103-1/+150
* Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...Daniel Jasper2016-10-103-150/+1
* P0035R4: Semantic analysis and code generation for C++17 overalignedRichard Smith2016-10-103-1/+150
* [Sema] Be consistent about diagnostic wording: always use "cannot".Davide Italiano2015-08-151-1/+1
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-0/+1
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-1/+0
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-071-0/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-1/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-0/+1
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-171-1/+1
* DR1346: a parenthesized braced-init-list cannot be used as the initializer whenRichard Smith2014-03-121-0/+2
* PR16074, implement warnings to catch pointer to boolean true and pointer toRichard Trieu2014-02-261-1/+1
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-1/+1
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-1/+1
* Tighten test regexes checking for __attribute__((thiscall)) on function types.Hans Wennborg2013-12-131-1/+1
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-1/+1
* Make wording for certain invalid unary expressions more consistent.David Majnemer2013-10-091-1/+1
* Fixed messages in tests.Serge Pavlov2013-10-081-1/+1
* Add fixits suggesting parenthesis around type name in expressions like sizeof.Serge Pavlov2013-10-081-0/+20
* Mark that qualifiers can prefix the auto type. This seems to just haveChandler Carruth2013-09-021-1/+1
* sizeof(void) etc. should be a hard error in C++.Eli Friedman2013-08-131-0/+8
* Fix regression from r184810.Eli Friedman2013-06-251-0/+4
* Fix noexcept for delete expressions.Eli Friedman2013-06-251-1/+4
* Implement DR61: Address of ambiguous bound methods should be disallowedDavid Majnemer2013-06-111-1/+3
* Grab-bag of bit-field fixes:John McCall2013-05-061-0/+20
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-192-0/+2
* Improve some of the conversion warnings to fire on conversion to bool.David Blaikie2012-05-151-1/+1
* Fix crash & accepts-invalid for array of arrays of user defined type.David Blaikie2012-03-102-0/+30
* Don't consider an overloaded operator& when the expression is actuallyDouglas Gregor2011-12-141-0/+28
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-135-7/+7
* Allow calling an overloaded function set by taking the address of theDouglas Gregor2011-10-131-3/+2
* Catch placeholder types in DefaultLvalueConversionJohn McCall2011-10-111-3/+3
* PR9899: handle pseudo-destructors correctly in noexcept() expressions.Eli Friedman2011-05-121-0/+3
* PR9882: Fix noexcept to deal with dependent new, delete, calls, andEli Friedman2011-05-111-0/+10
* Clean up our handling of template-ids that resolve down to a singleDouglas Gregor2011-03-161-3/+3
* Extend the noexcept expression test to test noexcept specification functions.Sebastian Redl2011-03-151-0/+4
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-282-4/+4
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-0/+23
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-192-4/+4
* Implement access checking for the "delete" operator. Fixes PR9050,Douglas Gregor2011-02-011-5/+17
* Implement substitution of a function parameter pack for its set ofDouglas Gregor2011-01-071-0/+12
* Implement the sizeof...(pack) expression to compute the length of aDouglas Gregor2011-01-041-0/+26
* Properly diagnose invalid casts to function references. Patch byDouglas Gregor2010-11-081-4/+2
* Progress.John McCall2010-10-121-1/+1
* Check that an overloaded function name, when used by the ! operator,Douglas Gregor2010-09-201-0/+36
* Test destructors in delete expressions and of temporaries for throwing.Sebastian Redl2010-09-101-1/+11
* Address Doug's comments.Sebastian Redl2010-09-102-2/+4
* Eli helped me understand how evaluation contexts work.Sebastian Redl2010-09-101-2/+13
OpenPOWER on IntegriCloud