summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/cxx1z-decomposition.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Permit static local structured bindings to be named from arbitrary scopes ↵Richard Smith2019-05-251-1/+11
| | | | | | inside their declaring scope. llvm-svn: 361686
* Part of P1091R3: permit structured bindings to be declared 'static' andRichard Smith2019-05-221-0/+47
| | | | | | 'thread_local' in C++20. llvm-svn: 361424
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-2/+2
| | | | | | | This reverts commit https://reviews.llvm.org/rL344150 which causes MachineOutliner related failures on the ppc64le multistage buildbot. llvm-svn: 344526
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-2/+2
| | | | | | | | | This is currently a clang extension and a resolution of the defect report in the C++ Standard. Differential Revision: https://reviews.llvm.org/D46441 llvm-svn: 344150
* Add a triple to this test to make buildbots happier.Richard Smith2016-08-151-1/+1
| | | | llvm-svn: 278647
* P0217R3: code generation support for decomposition declarations.Richard Smith2016-08-151-0/+118
llvm-svn: 278642
OpenPOWER on IntegriCloud