[PATCH] D77150: [Analyzer] New Option for ContainerModeling: AggressiveEraseModeling

Balogh, Ádám via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 3 09:06:46 PDT 2020


baloghadamsoftware updated this revision to Diff 275406.
baloghadamsoftware added a comment.

Rebased. Tests added. Fixed to work on `std::vector`-like and `std::deque`-like containers as well.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77150/new/

https://reviews.llvm.org/D77150

Files:
  clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
  clang/lib/StaticAnalyzer/Checkers/ContainerModeling.cpp
  clang/test/Analysis/analyzer-config.c
  clang/test/Analysis/iterator-range-aggressive-erase-modeling.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77150.275406.patch
Type: text/x-patch
Size: 11221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200703/e961b171/attachment.bin>


More information about the cfe-commits mailing list