summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx1z-lambda-star-this.cpp
AgeCommit message (Expand)Author
2017-05-02Fix PR32831 (Try Again): 'this' capture while instantiating generic lambda ca...Faisal Vali
2017-05-02Revert r301735 (and subsequent r301786).Daniel Jasper
2017-05-01Fix line endings (dos -> unix) and clang-format while I'm hereDavid Blaikie
2017-04-29Fix PR32831: 'this capture while instantiating generic lambda call operator s...Faisal Vali
2016-06-11Fix cv-qualification of '*this' captures and nasty bug PR27507 Faisal Vali
2016-03-21[Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)Faisal Vali