We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7103c commit 3e32f82Copy full SHA for 3e32f82
clang/include/clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h
@@ -40,6 +40,8 @@ struct TypeErasedLattice {
40
/// Type-erased base class for dataflow analyses built on a single lattice type.
41
class TypeErasedDataflowAnalysis {
42
public:
43
+ virtual ~TypeErasedDataflowAnalysis() {}
44
+
45
/// Returns the `ASTContext` that is used by the analysis.
46
virtual ASTContext &getASTContext() = 0;
47
0 commit comments