[clang] [llvm] [llvm] Support llvm::Any across shared libraries on windows (PR #108051)
Yitzhak Mandelbaum via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 15 05:41:01 PDT 2024
================
@@ -28,12 +28,24 @@
#include "clang/Analysis/FlowSensitive/MatchSwitch.h"
#include "clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h"
#include "clang/Analysis/FlowSensitive/WatchedLiteralsSolver.h"
+#include "clang/Support/Compiler.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/STLFunctionalExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/Errc.h"
#include "llvm/Support/Error.h"
+namespace clang {
+namespace dataflow {
+class NoopLattice;
----------------
ymand wrote:
Sorry -- I was asking about the whole block, not just the forward decl. Yes, please move it the NoopLattice header. Thanks!
https://github.com/llvm/llvm-project/pull/108051
More information about the cfe-commits
mailing list