forked from OSchip/llvm-project
Fix build errors after b9306fd0
This commit is contained in:
parent
b9306fd042
commit
42a51587c7
|
@ -76,7 +76,7 @@ private:
|
|||
|
||||
} // namespace readability
|
||||
template <>
|
||||
struct ::clang::tidy::OptionEnumMapping<
|
||||
struct OptionEnumMapping<
|
||||
readability::IdentifierNamingCheck::CaseType> {
|
||||
static llvm::ArrayRef<
|
||||
std::pair<readability::IdentifierNamingCheck::CaseType, StringRef>>
|
||||
|
|
Loading…
Reference in New Issue