| commit | 8194a3e975e5933b8e76a71b0cc2ac3651c75246 | [log] [tgz] |
|---|---|---|
| author | Faisal Vali <faisalv@yahoo.com> | Sat Aug 19 03:43:07 2017 +0000 |
| committer | Faisal Vali <faisalv@yahoo.com> | Sat Aug 19 03:43:07 2017 +0000 |
| tree | 8073bacd6a0c308004d2a775386fc57991385cb1 | |
| parent | 7aff8cfa555764f2b6ad03c50dd53bc1972e3ebd [diff] |
[c++2a] Implement P0409R2 - Allow lambda capture [=,this] (by hamzasood) This patch, by hamzasood, implements P0409R2, and allows [=, this] pre-C++2a as an extension (with appropriate warnings) for consistency. https://reviews.llvm.org/D36572 Thanks Hamza! llvm-svn: 311224