Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Permit static local structured bindings to be named from arbitrary scopes ↵ | Richard Smith | 2019-05-25 | 1 | -1/+11 |
| | | | | | | inside their declaring scope. llvm-svn: 361686 | ||||
* | Part of P1091R3: permit structured bindings to be declared 'static' and | Richard Smith | 2019-05-22 | 1 | -0/+47 |
| | | | | | | 'thread_local' in C++20. llvm-svn: 361424 | ||||
* | Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" | Sean Fertile | 2018-10-15 | 1 | -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 constructors | Anton Bikineev | 2018-10-10 | 1 | -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 Smith | 2016-08-15 | 1 | -1/+1 |
| | | | | llvm-svn: 278647 | ||||
* | P0217R3: code generation support for decomposition declarations. | Richard Smith | 2016-08-15 | 1 | -0/+118 |
llvm-svn: 278642 |