[PATCH] D77125: [Analyzer] Model return values of container insert and delete operations

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 31 09:22:31 PDT 2020


martong added a comment.

It seems like we could model here `emplace` and `emplace_after` exactly the same way we do with `insert` and `insert_after`, couldn't we? Perhaps that could go into this patch too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77125





More information about the cfe-commits mailing list