[PATCH] D54061: [clang-tidy] run() doesn't update the SourceManager.
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 3 10:41:54 PDT 2018
steveire added a comment.
After this change, it seems that `ClangTidyCheck::check` is not needed and all callers should be ported to call `run()` instead (and the private `run()` declaration should be removed from `ClangTidyCheck`.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D54061
More information about the cfe-commits
mailing list