bkramer added inline comments.

================
Comment at: test/FixIt/fixit-unused-lambda-capture.cpp:31
+  // CHECK: [=,&i] { return i; };
+}
----------------
This needs tests for:

* capture initializers `[c = foo()] {};`
* Capturing this `[this] {};`
* Capturing *this `[*this] {};`
* VLA capture `int a; int c[a]; [&c] {};`


Repository:
  rC Clang

https://reviews.llvm.org/D48845



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to