[PATCH] D31669: Fix lambda to block conversion in C++17 by avoiding copy elision for the lambda capture used by the created block

Adrian Prantl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 4 08:38:06 PDT 2017


aprantl added inline comments.


================
Comment at: include/clang/Sema/Initialization.h:122
+
+    /// \brief When Kind == EK_BlockElement, this flag determines if the entity
+    /// is a lambda that's captured by a block it's converted to.
----------------
No need to use \brief any more. LLVM uses autobrief.


Repository:
  rL LLVM

https://reviews.llvm.org/D31669





More information about the cfe-commits mailing list