Details
Details
- Reviewers
NoQ
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM!
I think this can be made more precise, but generally this is valuable as is.
clang/test/Analysis/diagnostics/no-store-func-path-notes.c | ||
---|---|---|
163 | I think we should leave a TODO that ideally this should say 'localB.y' initialized here (and ideally it's the region of field y that needs to be tracked further) |
Comment Actions
I would wait with commiting this until everything is addressed. The purpose of this patch was to quickly find a way to
get access to more information so that we might figure out whether the results from D132752 are true or false positives.
I think we should leave a TODO that ideally this should say
(and ideally it's the region of field y that needs to be tracked further)