summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/dcl.decl/dcl.decomp/p4.cpp
Commit message (Collapse)AuthorAgeFilesLines
* P0969R0: allow structured binding of accessible members, not only public ↵Richard Smith2018-09-251-5/+46
| | | | | | members. llvm-svn: 343036
* [C++1z] Fix crash when decomposing structs with anonymous members.Benjamin Kramer2016-08-121-0/+19
| | | | | | The diagnostic format was invalid. llvm-svn: 278487
* P0217R3: Constant expression evaluation for decomposition declarations.Richard Smith2016-08-121-0/+8
| | | | llvm-svn: 278447
* P0217R3: Perform semantic checks and initialization for the bindings in aRichard Smith2016-08-111-0/+173
decomposition declaration for arrays, aggregate-like structs, tuple-like types, and (as an extension) for complex and vector types. llvm-svn: 278435
OpenPOWER on IntegriCloud