[PATCH] D150352: [clang][dataflow] Don't analyze templated declarations.
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 11 17:40:31 PDT 2023
gribozavr2 added inline comments.
================
Comment at: clang/unittests/Analysis/FlowSensitive/TransferTest.cpp:2537
-TEST(TransferTest, DerefDependentPtr) {
std::string Code = R"(
----------------
This `DerefDependentPtr` test was originally added in https://reviews.llvm.org/D117567 and re-landed in https://github.com/llvm/llvm-project/commit/acd4b0359097dd8ad166d569a4566879e82a2793
Could you try to revert the effects of those commits? Specifically:
- remove reference skipping from the transfer function for `UO_Deref` (and the comment),
- remove the `-fno-delayed-template-parsing` flag from `clang/unittests/Analysis/FlowSensitive/TransferTest.cpp`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150352/new/
https://reviews.llvm.org/D150352
More information about the cfe-commits
mailing list