[PATCH] D135375: [analyzer] Initialize regions returned by CXXNew to undefined
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 17 07:05:31 PDT 2022
martong added a comment.
I am happy with the change and with the result. However, [[ https://codechecker-demo.eastus.cloudapp.azure.com/Default/report-detail?review-status=Unreviewed&review-status=Confirmed%20bug&detection-status=New&detection-status=Reopened&detection-status=Unresolved&is-unique=on&run=%2acxxnew_baseline&newcheck=%2acxxnew_patched&diff-type=New&report-hash=0fa7641b6d8982587cef9512fa7121bb&report-filepath=%2aqimage.cpp&report-id=460856 | this `colorSpace` related report ]] is a bit concerning. Could you please check if `colorSpace` at step 1 is evaluated as Undefined? Could that happen? Or that is (should be) `Unknown` since that is a parameter of a top-level analyzed function? Did you have this report before your change? I think this would worth to be further analyzed, maybe just directing the analyzer to analyze only the `QImage::convertedToColorSpace` top-level function.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135375/new/
https://reviews.llvm.org/D135375
More information about the cfe-commits
mailing list