[PATCH] D120890: [clang][dataflow] Add a lattice to track source locations.

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 3 09:07:16 PST 2022


xazax.hun added a comment.

Is there anything special about `SourceLocation`s? I wonder whether we just want a templated `Set` lattice and instantiate it with `SourceLocation`s.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120890



More information about the cfe-commits mailing list