We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ea4f3 commit 9aa8605Copy full SHA for 9aa8605
clang/lib/Basic/Attributes.cpp
@@ -213,8 +213,7 @@ getScopeFromNormalizedScopeName(StringRef ScopeName) {
213
.Case("vk", AttributeCommonInfo::Scope::VK)
214
.Case("msvc", AttributeCommonInfo::Scope::MSVC)
215
.Case("omp", AttributeCommonInfo::Scope::OMP)
216
- .Case("riscv", AttributeCommonInfo::Scope::RISCV)
217
- .Case("vk", AttributeCommonInfo::Scope::HLSL);
+ .Case("riscv", AttributeCommonInfo::Scope::RISCV);
218
}
219
220
unsigned AttributeCommonInfo::calculateAttributeSpellingListIndex() const {
0 commit comments