We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feaa5aa commit c7fbabaCopy full SHA for c7fbaba
clang/test/CodeGenCXX/mangle-template.cpp
@@ -414,7 +414,7 @@ namespace unresolved_template_specialization_type {
414
AbslHashValue() {}
415
};
416
template enable_if<true> raw_hash_set<int>::AbslHashValue<HashStateBase>();
417
- // CHECH: @_ZN39unresolved_template_specialization_type12raw_hash_setIiE13AbslHashValueINS_13HashStateBaseEEENS_9enable_ifIXsrNT_11is_hashableIiEE5valueEEEv
+ // CHECK: @_ZN39unresolved_template_specialization_type12raw_hash_setIiE13AbslHashValueINS_13HashStateBaseEEENS_9enable_ifIXsrNT_11is_hashableIiEE5valueEEEv
418
} // namespace unresolved_template_specialization_type
419
420
namespace GH133610 {
0 commit comments