Commit 6838b79
authored
[Utils][vim] Match more hexadecimal float constants (#99000)
The `0x[KLMHR]` syntax denotes different floating-point types: various
long doubles, half and bfloat.
See https://llvm.org/docs/LangRef.html#simple-constants for reference.1 parent d83bb04 commit 6838b79
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
0 commit comments