Timothy Herchen 8366dc207a
[clang] Don't warn on zero literals with -std=c2y (#149688)
Fixes #149669; the old check compared with the end of the literal, but
we can just check that after parsing digits, we're pointing to one
character past the token start.
2025-07-21 12:15:09 -04:00
..
2025-05-07 13:33:40 -04:00
2025-03-10 15:25:59 -04:00
2025-05-28 06:41:01 -04:00
2025-03-07 09:37:15 -05:00
2025-03-13 13:59:17 -04:00
2025-03-07 09:51:33 -05:00
2025-03-11 15:04:11 -04:00