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

Balogh, Ádám via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 1 10:26:39 PDT 2020


baloghadamsoftware added a comment.

In D77125#1952769 <https://reviews.llvm.org/D77125#1952769>, @martong wrote:

> 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.


They are already in this patch (see the tests and the `CallDescriptionMap`), but they share their handing function with `insert` and `insert_after`.


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