[PATCH] D131280: [clang][dataflow] Parameterize analysis by explicit map of analyzable functions.
Sam Estep via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 9 12:42:48 PDT 2022
samestep added inline comments.
================
Comment at: clang/include/clang/Analysis/FlowSensitive/ControlFlowContext.h:71-74
+/// Builds a map of top-level functions and methods of top-level classes sounds
+/// in the given AST, mapping from fully qualified function name to the
+/// `ControlFlowContext` that corresponds to that function. Fully qualified
+/// names are used so that we can related same-named functions from two
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131280/new/
https://reviews.llvm.org/D131280
More information about the cfe-commits
mailing list