This PR disallows the `volatile` keyword in HLSL. The keyword is meaningless in this language, and it comes from the C++ foundation that HLSL stands on. Fixes https://github.com/llvm/llvm-project/issues/192559 It is arguably in the category of this scenario: https://github.com/llvm/wg-hlsl/issues/300 Assisted by: Github Copilot
29 KiB
29 KiB