Files
clang-p2996/clang/lib/Sema/HLSLExternalSemaSource.cpp
Justin Bogner 2186a008c9 [HLSL] Fix placement of const for resource operator[] (#116698)
We had an incorrect AST here - We want `const T &`, not `T &const`.
2024-11-19 10:33:54 -08:00

22 KiB