llvm-project
9c542bcf - [analyzer] performTrivialCopy triggers checkLocation before binding (#129016)

Commit
1 year ago
[analyzer] performTrivialCopy triggers checkLocation before binding (#129016) The triggered callbacks for the default copy constructed instance and the instance used for initialization now behave in the same way. The LHS already calls checkBind. To keep this consistent, checkLocation is now triggered accordingly for the RHS. Further details on the previous discussion: https://discourse.llvm.org/t/checklocation-for-implicitcastexpr-of-kind-ck-noop/84729 --------- Authored-by: tobias.gruber <tobias.gruber@concentrio.io>
Author
Parents
Loading