[PATCH] D117012: [clang][dataflow] Add transfer functions for data members and this pointers

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 11 15:55:29 PST 2022


xazax.hun added inline comments.


================
Comment at: clang/unittests/Analysis/FlowSensitive/TransferTest.cpp:1034
+      void target() {
+        int Foo = Bar;
+        // [[p]]
----------------
A chained access would be nice, like `Qux.Baz`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117012



More information about the cfe-commits mailing list