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 4a3ffd3 + 178804c commit 0045fe3Copy full SHA for 0045fe3
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