[PATCH] D75514: [Analyzer] Only add container note tags to the operations of the affected container
Balogh, Ádám via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 16 13:07:59 PDT 2020
baloghadamsoftware marked an inline comment as done.
baloghadamsoftware added inline comments.
================
Comment at: clang/lib/StaticAnalyzer/Checkers/DebugContainerModeling.cpp:32
template <typename Getter>
void analyzerContainerDataField(const CallExpr *CE, CheckerContext &C,
----------------
Szelethus wrote:
> NoQ wrote:
> > `llvm::function_ref`?
> Is that a thing? Nice.
You mean a callback instead of a template?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75514/new/
https://reviews.llvm.org/D75514
More information about the cfe-commits
mailing list