NoQ added a comment.
> I marked this patch as WIP because I could not create a test-case for it.
> However in real projects this patch seems to reduce false positives
> significantly.
False positives are hard to reduce via delta-debugging because they can be
accidentally reduced into true posi
Szelethus added a comment.
Hmmm, shouldn't we add this to `MemRegion`'s interface instead?
Repository:
rC Clang
https://reviews.llvm.org/D54466
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo
baloghadamsoftware added a comment.
I marked this patch as WIP because I could not create a test-case for it.
However in real projects this patch seems to reduce false positives
significantly.
The member function `getBaseRegion()` of `MemRegion` does not work here because
it recursively retrie
baloghadamsoftware created this revision.
baloghadamsoftware added a reviewer: NoQ.
baloghadamsoftware added a project: clang.
Herald added subscribers: donat.nagy, mikhail.ramalho, a.sidorin, rnkovacs,
szepet.
Herald added a reviewer: george.karpenkov.
Some operations, especially iterator compar