[PATCH] D140703: [clang][dataflow] Unify `TransferOptions` and `DataflowAnalysisContext::Options`.

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 9 13:47:18 PST 2023


xazax.hun accepted this revision.
xazax.hun added inline comments.


================
Comment at: clang/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h:89
+                 ? DataflowAnalysisContext::Options{}
+                 : llvm::Optional<DataflowAnalysisContext::Options>()}) {}
 
----------------
If we already change this code, I think we can consider replacing this with `std::optional` but feel free to ignore.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140703



More information about the cfe-commits mailing list