summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx1z-lambda-star-this.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix PR32831 (Try Again): 'this' capture while instantiating generic lambda ca...Faisal Vali2017-05-021-231/+300
* Revert r301735 (and subsequent r301786).Daniel Jasper2017-05-021-293/+231
* Fix line endings (dos -> unix) and clang-format while I'm hereDavid Blaikie2017-05-011-297/+293
* Fix PR32831: 'this capture while instantiating generic lambda call operator s...Faisal Vali2017-04-291-0/+66
* Fix cv-qualification of '*this' captures and nasty bug PR27507 Faisal Vali2016-06-111-0/+159
* [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)Faisal Vali2016-03-211-0/+72