diff options
author | Guillot Tony <tony.guillot@protonmail.com> | 2023-09-20 19:16:59 +0200 |
---|---|---|
committer | Corentin Jabot <corentinjabot@gmail.com> | 2023-09-20 19:19:02 +0200 |
commit | 624c130578744da4bb07b13e056e619f8ce260fa (patch) | |
tree | f42ab17011b26be89eebb83daf3b08edba21e345 /llvm/lib/ProfileData/Coverage/CoverageMappingWriter.cpp | |
parent | 3641d185575efc42dc3e32cd06db7667a0c2bb9e (diff) | |
download | llvm-624c130578744da4bb07b13e056e619f8ce260fa.zip llvm-624c130578744da4bb07b13e056e619f8ce260fa.tar.gz llvm-624c130578744da4bb07b13e056e619f8ce260fa.tar.bz2 |
[Clang][C] Fixed a bug where we reject an _Atomic qualified integer in a switch statment
We are currently rejecting an _Atomic qualified integer in a switch statment.
This fixes the issue by doing an Lvalue conversion before trying to match on the type.
Fixes #65557
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D159522
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMappingWriter.cpp')
0 files changed, 0 insertions, 0 deletions