[all-commits] [llvm/llvm-project] d5106c: [clangd] NFC: Cleanup IncludeCleaner API
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Tue Mar 8 04:43:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d5106c8f973b76e49d64ac3d91236efafd771c7c
https://github.com/llvm/llvm-project/commit/d5106c8f973b76e49d64ac3d91236efafd771c7c
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2022-03-08 (Tue, 08 Mar 2022)
Changed paths:
M clang-tools-extra/clangd/IncludeCleaner.cpp
M clang-tools-extra/clangd/IncludeCleaner.h
Log Message:
-----------
[clangd] NFC: Cleanup IncludeCleaner API
Make a further improvement to decrease verbosity of the API: ASTContext
provides SourceManager access.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D119842
More information about the All-commits
mailing list