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.
2 parents 7da6665 + c6fcb02 commit 2d07351Copy full SHA for 2d07351
src/util/namespace.h
@@ -10,6 +10,7 @@ Author: Daniel Kroening, kroening@kroening.com
10
#ifndef CPROVER_UTIL_NAMESPACE_H
11
#define CPROVER_UTIL_NAMESPACE_H
12
13
+#include "deprecate.h"
14
#include "invariant.h"
15
#include "irep.h"
16
@@ -58,6 +59,7 @@ class namespace_baset
58
59
virtual ~namespace_baset();
60
61
void follow_macros(exprt &) const;
62
+ DEPRECATED(SINCE(2024, 2, 19, "use follow_tag(...) instead"))
63
const typet &follow(const typet &) const;
64
65
// These produce union_typet, struct_typet, c_enum_typet or
0 commit comments