summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx1z-decomposition.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-191-2/+2
* Permit static local structured bindings to be named from arbitrary scopes ins...Richard Smith2019-05-251-2/+7
* Part of P1091R3: permit structured bindings to be declared 'static' andRichard Smith2019-05-221-1/+1
* [SemaCXX] Fix ICE with structure bindings to members of templateNicolas Lesser2019-01-271-0/+17
* PR37352: mangle numbering for decomposition declarations.Richard Smith2018-05-071-0/+5
* [Sema][C++1z] Ensure binding in dependent range for have non-null typeErik Pilkington2017-06-121-0/+6
* Bail out if we try to build a DeclRefExpr naming an invalid declaration.Richard Smith2017-01-041-0/+5
* When a DecompositionDecl is marked invalid, also set the child BindingDecl's toRichard Trieu2016-11-111-0/+12
* [c++1z] Fix assertion failure when using the wrong number of bindings for aRichard Smith2016-10-201-0/+6
* Disable lambda-capture of decomposition declaration bindings for now, until CWGRichard Smith2016-08-151-0/+10
* P0217R3: code generation support for decomposition declarations.Richard Smith2016-08-151-1/+0
* P0217R3: serialization/deserialization support for c++17 decomposition declar...Richard Smith2016-08-121-1/+0
* P0217R3: template instantiation support for decomposition declarations.Richard Smith2016-08-121-1/+0
* P0217R3: Constant expression evaluation for decomposition declarations.Richard Smith2016-08-121-3/+19
* P0217R3: Perform semantic checks and initialization for the bindings in aRichard Smith2016-08-111-1/+17
* P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith2016-07-221-0/+11
OpenPOWER on IntegriCloud