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 14ce574 commit 7cf76d6Copy full SHA for 7cf76d6
src/pointer-analysis/value_set.h
@@ -237,6 +237,7 @@ class value_sett
237
238
/// Set of expressions; only used for the `get` API, not for internal
239
/// data representation.
240
+ DEPRECATED(SINCE(2019, 05, 22, "Only used in deprecated function"))
241
typedef std::set<exprt> expr_sett;
242
243
/// Set of dynamic object numbers, equivalent to a set of
@@ -270,6 +271,7 @@ class value_sett
270
271
const namespacet &ns) const;
272
273
/// Appears to be unimplemented.
274
+ DEPRECATED(SINCE(2019, 05, 22, "Unimplemented"))
275
expr_sett &get(const irep_idt &identifier, const std::string &suffix);
276
277
void clear()
0 commit comments