summaryrefslogtreecommitdiffstats
path: root/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p4.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++1z] Require an initializer for deduced class template specialization types.Richard Smith2017-02-101-1/+1
* DR1346: a parenthesized braced-init-list cannot be used as the initializer whenRichard Smith2014-03-121-1/+24
* Mark that qualifiers can prefix the auto type. This seems to just haveChandler Carruth2013-09-021-1/+1
* Switch to the C++11 warning flags in tests. David Blaikie2011-10-181-1/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* PR10458: Last part of providing 'auto' type specifier as an extension in C++9...Richard Smith2011-09-041-3/+0
* PR10458: Finesse behaviour of C++0x features when in pre-0x mode. Accept for-...Richard Smith2011-09-041-0/+4
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-9/+16
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-0/+35