[PATCH] D104616: [analyzer][WIP] Model comparision methods of std::unique_ptr
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 25 07:59:58 PDT 2021
xazax.hun added inline comments.
================
Comment at: clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp:336
+ BinaryOperatorKind BOK;
+ switch (OOK) {
+ case OO_EqualEqual:
----------------
Btw, if we do not have a helper yet to translate between these enums in the analyer, we should create one. Could you look for some other places in the analyzer code base to double check?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104616/new/
https://reviews.llvm.org/D104616
More information about the cfe-commits
mailing list