[PATCH] D126413: [clang][dataflow] Fix incorrect CXXThisExpr pointee for lambdas

Yitzhak Mandelbaum via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 25 13:33:43 PDT 2022


ymandel accepted this revision.
ymandel added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/unittests/Analysis/FlowSensitive/TransferTest.cpp:1526
+          int Foo = Bar;
+          // [[p]]
+        }();
----------------
please use different name for the assertion (e.g. `p2`) when bundling two or more code snippets in a single test.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126413/new/

https://reviews.llvm.org/D126413



More information about the cfe-commits mailing list