Merge pull request #84606 from swiftlang/rebranch

Merge clang 21.x rebranch into main
This commit is contained in:
Mishal Shah
2025-10-02 20:17:05 -07:00
committed by GitHub
151 changed files with 2508 additions and 880 deletions

View File

@@ -6358,6 +6358,9 @@ public:
void writeTypeCoupledDeclRefInfo(clang::TypeCoupledDeclRefInfo info) {
llvm_unreachable("TypeCoupledDeclRefInfo shouldn't be reached from swift");
}
void writeHLSLSpirvOperand(clang::SpirvOperand) {
llvm_unreachable("SpirvOperand shouldn't be reached from swift");
}
};
}