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 89b1ef4 commit 86db622Copy full SHA for 86db622
src/pointer-analysis/value_set.h
@@ -243,6 +243,7 @@ class value_sett
243
244
/// Set of expressions; only used for the `get` API, not for internal
245
/// data representation.
246
+ DEPRECATED(SINCE(2019, 05, 22, "Only used in deprecated function"))
247
typedef std::set<exprt> expr_sett;
248
249
/// Set of dynamic object numbers, equivalent to a set of
@@ -276,6 +277,7 @@ class value_sett
276
277
const namespacet &ns) const;
278
279
/// Appears to be unimplemented.
280
+ DEPRECATED(SINCE(2019, 05, 22, "Unimplemented"))
281
expr_sett &get(const irep_idt &identifier, const std::string &suffix);
282
283
void clear()
0 commit comments