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 67416a5 commit 178804cCopy full SHA for 178804c
lib/SILGen/Cleanup.h
@@ -272,7 +272,8 @@ class LLVM_LIBRARY_VISIBILITY CleanupManager {
272
bool hasAnyActiveCleanups(CleanupsDepth from);
273
274
/// Dump the output of each cleanup on this stack.
275
- void dump() const;
+ LLVM_ATTRIBUTE_DEPRECATED(void dump() const LLVM_ATTRIBUTE_USED,
276
+ "Only for use in the debugger");
277
278
/// Dump the given cleanup handle if it is on the current stack.
279
void dump(CleanupHandle handle) const;
0 commit comments