rjmccall added inline comments.

================
Comment at: include/clang/Sema/Initialization.h:124
+    /// is a lambda that's captured by a block it's converted to.
+    bool IsLambdaToBlockConversionEntity;
   };
----------------
It seems less invasive to just give this a new EntityKind.


Repository:
  rL LLVM

https://reviews.llvm.org/D31669



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

Reply via email to