[all-commits] [llvm/llvm-project] d0e891: [clangd] Fix fixAll not shown when there is only o...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon May 15 05:06:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0e89116aff224ac2d8d3f88029ae44e12c9b6cc
https://github.com/llvm/llvm-project/commit/d0e89116aff224ac2d8d3f88029ae44e12c9b6cc
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M clang-tools-extra/clangd/IncludeCleaner.cpp
M clang-tools-extra/clangd/unittests/IncludeCleanerTests.cpp
Log Message:
-----------
[clangd] Fix fixAll not shown when there is only one unused-include and missing-include diagnostics.
Discovered during the review in https://reviews.llvm.org/D149437#inline-1444851.
Differential Revision: https://reviews.llvm.org/D149822
More information about the All-commits
mailing list