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 b9306fd commit 42a5158Copy full SHA for 42a5158
clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.h
@@ -76,7 +76,7 @@ class IdentifierNamingCheck final : public RenamerClangTidyCheck {
76
77
} // namespace readability
78
template <>
79
-struct ::clang::tidy::OptionEnumMapping<
+struct OptionEnumMapping<
80
readability::IdentifierNamingCheck::CaseType> {
81
static llvm::ArrayRef<
82
std::pair<readability::IdentifierNamingCheck::CaseType, StringRef>>
0 commit comments