[all-commits] [llvm/llvm-project] 2f8da9: [clangd][nfc] cleanup of remaining clang-tidy find...
ChristianKuehnel via All-commits
all-commits at lists.llvm.org
Thu Feb 3 04:07:50 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f8da95e070e0f6b8c3d3310de51b016176e840a
https://github.com/llvm/llvm-project/commit/2f8da95e070e0f6b8c3d3310de51b016176e840a
Author: Christian Kühnel <kuhnel at google.com>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M clang-tools-extra/clangd/ConfigYAML.cpp
M clang-tools-extra/clangd/XRefs.cpp
M clang-tools-extra/clangd/refactor/tweaks/AddUsing.cpp
M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
Log Message:
-----------
[clangd][nfc] cleanup of remaining clang-tidy findings
There were some left-overs (or new things) from the previous patches.
This will get us down to 0 open findings except:
clang-tidy is complaining in some files about
`warning: #includes are not sorted properly [llvm-include-order]`
however, clang-format does revert these changes.
It looks like clang-tidy and clang-format disagree there.
Not sure how we can fix that...
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D118698
More information about the All-commits
mailing list