summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.unary/expr.new
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-102-1/+125
* Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...Daniel Jasper2016-10-102-125/+1
* P0035R4: Semantic analysis and code generation for C++17 overalignedRichard Smith2016-10-102-1/+125
* DR1346: a parenthesized braced-init-list cannot be used as the initializer whenRichard Smith2014-03-121-0/+2
* Mark that qualifiers can prefix the auto type. This seems to just haveChandler Carruth2013-09-021-1/+1
* Fix crash & accepts-invalid for array of arrays of user defined type.David Blaikie2012-03-102-0/+30
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-132-2/+2
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-0/+23
* Restore r101841 without modification. Also mark 'operator delete' as used forJohn McCall2010-04-203-3/+3
* Revert r101841 and follow-up.John McCall2010-04-203-3/+3
* Don't bother looking for (or diagnosing problems with) the 'operator delete'John McCall2010-04-203-3/+3
* Implement semantic analysis for C++ [expr.new]p18-20, which describeDouglas Gregor2010-02-263-0/+200
OpenPOWER on IntegriCloud