[clang] [clang][dataflow] Propagate locations from result objects to initializers. (PR #87320)

via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 10 00:21:40 PDT 2024


================
@@ -6830,50 +6932,6 @@ TEST(TransferTest, LambdaCaptureThis) {
       });
 }
 
-TEST(TransferTest, DifferentReferenceLocInJoin) {
----------------
martinboehme wrote:

See explanation in PR description. (tl;dr: We can no longer set up the desired situation, so I replaced this with an equivalent test in DataflowEnvironmentTest.cpp.)

https://github.com/llvm/llvm-project/pull/87320


More information about the cfe-commits mailing list