[PATCH] D127886: [clang-tidy] Allow access to the SourceManager in clang-tidy checks
Nicolas van Kempen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 16 08:40:03 PDT 2022
nicovank abandoned this revision.
nicovank added a comment.
Looks like `registerPPCallbacks` / `Result.Context->getSourceManager()` gives me the information I need. Thank you @gribozavr2 for your help!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127886/new/
https://reviews.llvm.org/D127886
More information about the cfe-commits
mailing list