ymandel added inline comments.

================
Comment at: clang/include/clang/Analysis/FlowSensitive/MatchSwitch.h:42
 
-  /// Current lattice element.
+  ASTContext &ASTCtx;
   LatticeT &Lattice;
----------------
This shouldn't be needed, since we now pass the `MatchFinder::MatchResult` in 
`Action`, which includes the `ASTContext`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121602

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

Reply via email to