[PATCH] D50855: [analyzer] pr37578: Fix lvalue/rvalue problem in field-of-temporary adjustments.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 16 12:25:26 PDT 2018


NoQ added a comment.

...and adding the aforementioned assertion for prvalues increases the  number of crashes on tests to 196. It seems that the analyzer assigns values of improper loc-less very often, but then immediately overwrites them :/ I wonder how much performance could be gained by fixing these bugs.


https://reviews.llvm.org/D50855





More information about the cfe-commits mailing list