[PATCH] D49438: [analyzer][UninitializedObjectChecker] New flag to turn off dereferencing
Umann Kristóf via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 6 12:22:54 PDT 2018
Szelethus added a comment.
I think what pointer chasing should do, is check whether that pointer owns the pointee. In that case, it should be fine to analyze it. Do you mind if I put a TODO around flag's description stating that this should be implemented and pointer chasing should be enabled by default once that's done?
https://reviews.llvm.org/D49438
More information about the cfe-commits
mailing list