xazax.hun added a comment.

In the meantime, I realized lambdas are actually not that important. Lambdas 
are only usable in C++, and in C++ one should prefer to use move only RAII 
wrapper for handles. This reduces the problem into a use after move and we 
already have a check for that. These annotations are more important for C, 
where we do not have language features to mitigate these problems. The function 
pointer argument is still valid though.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70469/new/

https://reviews.llvm.org/D70469



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

Reply via email to