summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/cxx1z-fold-expression.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update fold-expression mangling to match cxx-abi-dev discussion.Richard Smith2014-11-101-7/+7
| | | | llvm-svn: 221623
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-0/+45
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
OpenPOWER on IntegriCloud