Skip to content

Commit ad585b3

Browse files
authored
[Debug] Add _DebugDescription macro (#69626)
Implementation of the DebugDescription macro pitched on the forums: https://forums.swift.org/t/pitch-debug-description-macro/67711. In this initial commit, the macro is named `_DebugDescription` to indicate it's internal use at this time, pending Swift Evolution. rdar://115180949
1 parent d3bf844 commit ad585b3

15 files changed

+795
-0
lines changed

lib/Macros/Sources/SwiftMacros/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
add_swift_macro_library(SwiftMacros
1414
OptionSetMacro.swift
15+
DebugDescriptionMacro.swift
1516
SWIFT_DEPENDENCIES
1617
SwiftDiagnostics
1718
SwiftSyntax

0 commit comments

Comments
 (0)