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 9b0305b commit c3c7989Copy full SHA for c3c7989
llvm/include/llvm/Support/PropertySetIO.h
@@ -194,7 +194,7 @@ class PropertySetRegistry {
194
// (property set name).
195
template <typename MapTy> void add(StringRef Category, const MapTy &Props) {
196
using KeyTy = typename MapTy::value_type::first_type;
197
- static_assert(std::is_same<typename std::remove_const<KeyT>::type,
+ static_assert(std::is_same<typename std::remove_const<KeyTy>::type,
198
llvm::StringRef>::value,
199
"wrong key type");
200
0 commit comments