Skip to content
Commit 624c1305 authored by Guillot Tony's avatar Guillot Tony Committed by Corentin Jabot
Browse files

[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
parent 3641d185
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment