[clang] 32baf29 - Make NoopLattice.h self-contained
Benjamin Kramer via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 25 05:49:07 PDT 2024
Author: Benjamin Kramer
Date: 2024-10-25T14:48:38+02:00
New Revision: 32baf2917357b4e5a566ff43c6e0156e5ad10cb8
URL: https://github.com/llvm/llvm-project/commit/32baf2917357b4e5a566ff43c6e0156e5ad10cb8
DIFF: https://github.com/llvm/llvm-project/commit/32baf2917357b4e5a566ff43c6e0156e5ad10cb8.diff
LOG: Make NoopLattice.h self-contained
Added:
Modified:
clang/include/clang/Analysis/FlowSensitive/NoopLattice.h
Removed:
################################################################################
diff --git a/clang/include/clang/Analysis/FlowSensitive/NoopLattice.h b/clang/include/clang/Analysis/FlowSensitive/NoopLattice.h
index 0938091cd689f0..96c695473b67a1 100644
--- a/clang/include/clang/Analysis/FlowSensitive/NoopLattice.h
+++ b/clang/include/clang/Analysis/FlowSensitive/NoopLattice.h
@@ -14,6 +14,7 @@
#define LLVM_CLANG_ANALYSIS_FLOWSENSITIVE_NOOP_LATTICE_H
#include "clang/Analysis/FlowSensitive/DataflowLattice.h"
+#include "clang/Support/Compiler.h"
#include "llvm/ADT/Any.h"
#include <ostream>
More information about the cfe-commits
mailing list