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 9b3d261 commit f6c7946Copy full SHA for f6c7946
lldb/include/lldb/ValueObject/DILAST.h
@@ -38,10 +38,10 @@ enum class UnaryOpKind {
38
39
/// The type casts allowed by DIL.
40
enum class CastKind {
41
- eEnumeration, /// Casting from a scalar to an enumeration type
42
- eNullptr, /// Casting to a nullptr type
43
- eReference, /// Casting to a reference type
44
- eNone, /// Type promotion casting
+ eEnumeration, ///< Casting from a scalar to an enumeration type
+ eNullptr, ///< Casting to a nullptr type
+ eReference, ///< Casting to a reference type
+ eNone, ///< Type promotion casting
45
};
46
47
/// Forward declaration, for use in DIL AST nodes. Definition is at the very
0 commit comments