[clang] [CIR][NFC] Fix warning about unhandled Decl (PR #140159)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Thu May 15 16:11:14 PDT 2025
https://github.com/erichkeane approved this pull request.
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]
```
https://github.com/llvm/llvm-project/pull/140159
More information about the cfe-commits
mailing list