Applied hicpp-uppercase-literal-suffix clang-tidy fixes
This commit is contained in:
@@ -246,7 +246,7 @@ bool is_subexpr_of(const clang::Stmt *parent_stmt, const clang::Stmt *sub_stmt)
|
||||
|
||||
template <> id_t to_id(const std::string &full_name)
|
||||
{
|
||||
return static_cast<id_t>(std::hash<std::string>{}(full_name) >> 3u);
|
||||
return static_cast<id_t>(std::hash<std::string>{}(full_name) >> 3U);
|
||||
}
|
||||
|
||||
template <> id_t to_id(const clang::NamespaceDecl &declaration)
|
||||
|
||||
Reference in New Issue
Block a user