[all-commits] [llvm/llvm-project] b61681: [clang-tidy][NFC] Make CheckFactories::CreateCheck...
Nathan James via All-commits
all-commits at lists.llvm.org
Thu Jan 12 11:21:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b616811dde41d851dddf7a5e1b9848e53d2aa10e
https://github.com/llvm/llvm-project/commit/b616811dde41d851dddf7a5e1b9848e53d2aa10e
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
M clang-tools-extra/clang-tidy/ClangTidyModule.cpp
M clang-tools-extra/clang-tidy/ClangTidyModule.h
Log Message:
-----------
[clang-tidy][NFC] Make CheckFactories::CreateChecks* const
There's no reason for these methods to be non-const.
Reviewed By: gribozavr2
Differential Revision: https://reviews.llvm.org/D138566
More information about the All-commits
mailing list