[PATCH] D130305: [clang][dataflow] Refactor ApplyBuiltinTransfer field out into DataflowAnalysisOptions struct
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 21 15:53:40 PDT 2022
xazax.hun added inline comments.
================
Comment at: clang/include/clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h:38
+ // analysis).
+ bool ApplyBuiltinTransfer;
+};
----------------
I think it might be better to have a default value.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130305/new/
https://reviews.llvm.org/D130305
More information about the cfe-commits
mailing list