[PATCH] D133865: [clang][dataflow] Replace usage of the deprecated overload of `checkDataflow`.
Stanislav Gatev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 15 00:29:14 PDT 2022
sgatev accepted this revision.
sgatev added inline comments.
================
Comment at: clang/unittests/Analysis/FlowSensitive/TestingSupportTest.cpp:83-88
+ AnalysisInputs<NoopAnalysis>(
+ Code, hasName(Target),
+ [](ASTContext &Context, Environment &) {
+ return NoopAnalysis(
+ Context, /*ApplyBuiltinTransfer=*/false);
+ }),
----------------
Do we need `.withASTBuildArgs({"-fsyntax-only", "-std=c++17"})` here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133865/new/
https://reviews.llvm.org/D133865
More information about the cfe-commits
mailing list