File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -119,22 +119,19 @@ class Twine {
119
119
// / An int value, to render as a signed decimal integer.
120
120
DecIKind,
121
121
122
- // / A pointer to an unsigned long value, to render as an unsigned decimal
123
- // / integer.
122
+ // / An unsigned long value, to render as an unsigned decimal integer.
124
123
DecULKind,
125
124
126
- // / A pointer to a long value, to render as a signed decimal integer.
125
+ // / A long value, to render as a signed decimal integer.
127
126
DecLKind,
128
127
129
- // / A pointer to an unsigned long long value, to render as an unsigned
130
- // / decimal integer.
128
+ // / An unsigned long long value, to render as an unsigned decimal integer.
131
129
DecULLKind,
132
130
133
- // / A pointer to a long long value, to render as a signed decimal integer.
131
+ // / A long long value, to render as a signed decimal integer.
134
132
DecLLKind,
135
133
136
- // / A pointer to a uint64_t value, to render as an unsigned hexadecimal
137
- // / integer.
134
+ // / A uint64_t value, to render as an unsigned hexadecimal integer.
138
135
UHexKind
139
136
};
140
137
You can’t perform that action at this time.
0 commit comments