| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PR24440: Do not silently discard a fold-expression appearing as the operand ↵ | Richard Smith | 2017-02-15 | 1 | -0/+9 |
| | | | | | | | of a cast-expression. llvm-svn: 295224 | ||||
| * | PR26276: Fix detection of non-cast-expressions as operands of fold-expressions. | Richard Smith | 2016-10-20 | 1 | -0/+7 |
| | | | | | llvm-svn: 284684 | ||||
| * | [c++1z] N4295: fold-expressions. | Richard Smith | 2014-11-08 | 1 | -0/+29 |
| This is a new form of expression of the form: (expr op ... op expr) where one of the exprs is a parameter pack. It expands into (expr1 op (expr2onwards op ... op expr)) (and likewise if the pack is on the right). The non-pack operand can be omitted; in that case, an empty pack gives a fallback value or an error, depending on the operator. llvm-svn: 221573 | |||||

