[PATCH] D95877: [analyzer] Fix static_cast on pointer-to-member handling
Deep Majumder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 5 05:05:23 PST 2021
RedDocMD marked 2 inline comments as done.
RedDocMD added a comment.
@vsavchenko , does it look okay now?
================
Comment at: clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp:27
#include <cstdint>
+#include <list>
#include <utility>
----------------
vsavchenko wrote:
> We don't need this anymore :)
Wow, sharp eyes!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95877/new/
https://reviews.llvm.org/D95877
More information about the cfe-commits
mailing list