diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2022-09-17 07:55:10 -0400 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2022-09-17 07:55:10 -0400 |
commit | 5d92d0b0f86c2c4e0c6ebd7b1e2113337fec041d (patch) | |
tree | a29e025db9403435892bb997939238638dcb41d9 /llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp | |
parent | a6e91040eaadd1fa1c30a7c8a28d360b807d4258 (diff) | |
download | llvm-5d92d0b0f86c2c4e0c6ebd7b1e2113337fec041d.zip llvm-5d92d0b0f86c2c4e0c6ebd7b1e2113337fec041d.tar.gz llvm-5d92d0b0f86c2c4e0c6ebd7b1e2113337fec041d.tar.bz2 |
Correctly diagnose use of long long literals w/o a suffix
We would diagnose use of `long long` as an extension in C89 and C++98
modes when the user spelled the type `long long` or used the `LL`
literal suffix, but failed to diagnose when the literal had no suffix
but required a `long long` to represent the value.
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp')
0 files changed, 0 insertions, 0 deletions