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 1ae6762 commit d0da56bCopy full SHA for d0da56b
Sources/LLVM/MetadataAttributes.swift
@@ -505,7 +505,7 @@ public struct DIFlags : OptionSet {
505
/// target's calling convention.
506
public static let passByReference = DIFlags(rawValue: LLVMDIFlagTypePassByReference.rawValue)
507
/// Denotes a "fixed enum" type e.g. a C++ `enum class`.
508
- public static let fixedEnum = DIFlags(rawValue: LLVMDIFlagFixedEnum.rawValue)
+ public static let enumClass = DIFlags(rawValue: LLVMDIFlagEnumClass.rawValue)
509
/// Denotes a thunk function.
510
public static let thunk = DIFlags(rawValue: LLVMDIFlagThunk.rawValue)
511
/// Denotes a class that has a trivial default constructor and is trivially
0 commit comments