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

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

Reply via email to