[clang] [CIR][NFC] Fix warning about unhandled Decl (PR #140159)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Thu May 15 16:27:05 PDT 2025


andykaylor wrote:

> Is this fixing this warning?
> 
> ```
> /local/home/ekeane/llvm-project/clang/lib/CIR/CodeGen/CIRGenDecl.cpp:270:11: warning: enumeration value 'HLSLRootSignature' not handled in switch [-Wswitch]
> ```

Yes

https://github.com/llvm/llvm-project/pull/140159


More information about the cfe-commits mailing list