[PATCH] D131039: [clang][dataflow] Add cache of `ControlFlowContext`s for function decls.
Sam Estep via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 3 06:03:47 PDT 2022
samestep added a comment.
Looks awesome, thanks @ymandel!
================
Comment at: clang/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h:23
#include "clang/AST/Stmt.h"
-#include "clang/Analysis/CFG.h"
#include "clang/Analysis/FlowSensitive/ControlFlowContext.h"
----------------
I'm guessing this change is unrelated to the patch as a whole?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131039/new/
https://reviews.llvm.org/D131039
More information about the cfe-commits
mailing list