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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to