Files
llvm-project/clang/lib/Basic/IdentifierTable.cpp
Joshua Batista 97015ad916 [HLSL] Disallow volatile keyword (#193322)
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
2026-04-22 13:16:31 -07:00

29 KiB