Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | P0969R0: allow structured binding of accessible members, not only public ↵ | Richard Smith | 2018-09-25 | 1 | -5/+46 |
| | | | | | | members. llvm-svn: 343036 | ||||
* | [C++1z] Fix crash when decomposing structs with anonymous members. | Benjamin Kramer | 2016-08-12 | 1 | -0/+19 |
| | | | | | | The diagnostic format was invalid. llvm-svn: 278487 | ||||
* | P0217R3: Constant expression evaluation for decomposition declarations. | Richard Smith | 2016-08-12 | 1 | -0/+8 |
| | | | | llvm-svn: 278447 | ||||
* | P0217R3: Perform semantic checks and initialization for the bindings in a | Richard Smith | 2016-08-11 | 1 | -0/+173 |
decomposition declaration for arrays, aggregate-like structs, tuple-like types, and (as an extension) for complex and vector types. llvm-svn: 278435 |