We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec08df0 commit 2752a0aCopy full SHA for 2752a0a
clang/include/clang/CIR/Dialect/IR/CIRTypesDetails.h
@@ -114,7 +114,7 @@ struct StructTypeStorage : public TypeStorage {
114
} // namespace detail
115
} // namespace cir
116
117
-/// Allow walking and replacing the subelements of a LLVMStructTypeStorage key.
+/// Allow walking and replacing the subelements of a StructTypeStorage key.
118
template <>
119
struct AttrTypeSubElementHandler<cir::detail::StructTypeStorage::KeyTy> {
120
static void walk(const cir::detail::StructTypeStorage::KeyTy ¶m,
0 commit comments