llvm-project
44aa618e - [Analyzer][CFG] Correctly handle rebuilt default arg and default init expression (#117437)

Commit
244 days ago
[Analyzer][CFG] Correctly handle rebuilt default arg and default init expression (#117437) Clang currently support extending lifetime of object bound to reference members of aggregates, that are created from default member initializer. This PR address this change and updaye CFG and ExprEngine. This PR reapply https://github.com/llvm/llvm-project/pull/91879. Fixes https://github.com/llvm/llvm-project/issues/93725. --------- Signed-off-by: yronglin <yronglin777@gmail.com>
Author
Parents
Loading