[all-commits] [llvm/llvm-project] 90c5fe: [include-cleaner] Allow multiple strategies for sp...
VitaNuo via All-commits
all-commits at lists.llvm.org
Mon Jun 5 02:47:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 90c5fe9822222190b826aab90c93db9ce0f7e25d
https://github.com/llvm/llvm-project/commit/90c5fe9822222190b826aab90c93db9ce0f7e25d
Author: Viktoriia Bakalova <bakalova at google.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M clang-tools-extra/clang-tidy/misc/IncludeCleanerCheck.cpp
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/IncludeCleaner.cpp
M clang-tools-extra/clangd/IncludeCleaner.h
M clang-tools-extra/include-cleaner/include/clang-include-cleaner/Analysis.h
A clang-tools-extra/include-cleaner/include/clang-include-cleaner/IncludeSpeller.h
M clang-tools-extra/include-cleaner/lib/Analysis.cpp
M clang-tools-extra/include-cleaner/lib/CMakeLists.txt
A clang-tools-extra/include-cleaner/lib/IncludeSpeller.cpp
M clang-tools-extra/include-cleaner/unittests/CMakeLists.txt
A clang-tools-extra/include-cleaner/unittests/IncludeSpellerTest.cpp
Log Message:
-----------
[include-cleaner] Allow multiple strategies for spelling includes.
Summary:
Reviewers:
Subscribers:
Differential Revision: https://reviews.llvm.org/D150185
More information about the All-commits
mailing list