AaronBallman wrote:

> Are VLAs something we need to care about here @AaronBallman ?

VLAs are always something we need to care about thanks to exposing them in C++. 
:-D We should add some test coverage to ensure the behavior is reasonable.

Other test cases to consider: lifetime around `this` in constructors and 
destructors, lifetime started via placement new/explicit destructor calls, and 
dangling references.

Also, we should update the status page, and what's the plan for the feature 
test macro?

https://github.com/llvm/llvm-project/pull/91895
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to