diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2024-02-14 09:08:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-14 09:08:28 -0500 |
commit | 8e24bc096dcd0013d802e59a45803c51796dec0a (patch) | |
tree | 428bbc6d3acec214f03a21df95d38f70babbb6bb /llvm/unittests/ProfileData/CoverageMappingTest.cpp | |
parent | bd8fcf75df11406527de423daa63e21c3ec8609b (diff) | |
download | llvm-8e24bc096dcd0013d802e59a45803c51796dec0a.zip llvm-8e24bc096dcd0013d802e59a45803c51796dec0a.tar.gz llvm-8e24bc096dcd0013d802e59a45803c51796dec0a.tar.bz2 |
[C23] Do not diagnose binary literals as an extension (#81658)
We previously would diagnose them as a GNU extension in C mode, but they
are now a feature of C23. The -Wgnu-binary-literal warning group no
longer controls any diagnostics as this is no longer a GNU extension.
The warning group is retained as a noop to help avoid "unknown warning"
diagnostics.
This also adds the companion compatibility warning which existed for C++
but not for C.
Fixes https://github.com/llvm/llvm-project/issues/72017
Diffstat (limited to 'llvm/unittests/ProfileData/CoverageMappingTest.cpp')
0 files changed, 0 insertions, 0 deletions