[PATCH] D151183: [clang][dataflow] Add a `ControlFlowContext::build()` overload taking a `FunctionDecl`.
NAKAMURA Takumi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 25 03:53:46 PDT 2023
chapuni added inline comments.
================
Comment at: clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp:71
- auto CFCtx = llvm::cantFail(
- ControlFlowContext::build(*Func, *Body, AST->getASTContext()));
----------------
This was the only user of Body in -Asserts
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151183/new/
https://reviews.llvm.org/D151183
More information about the cfe-commits
mailing list