diff options
author | Timothy Herchen <timothy.herchen@gmail.com> | 2025-07-21 09:15:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-21 12:15:09 -0400 |
commit | 8366dc207a2e6b50cb8afe2d98fca68bd78bd0fa (patch) | |
tree | a00ac2382e9e8e8803c248ad72039c412eb8d1e8 /llvm/lib/Object/ObjectFile.cpp | |
parent | 04e5e643f526090ec872c0e505c487918992e21d (diff) | |
download | llvm-8366dc207a2e6b50cb8afe2d98fca68bd78bd0fa.zip llvm-8366dc207a2e6b50cb8afe2d98fca68bd78bd0fa.tar.gz llvm-8366dc207a2e6b50cb8afe2d98fca68bd78bd0fa.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/Object/ObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions