llvm-project/clang-tools-extra/clangd/refactor
Christian Kühnel 2f8da95e07 [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
2022-02-03 12:05:25 +00:00
..
tweaks [clangd][nfc] cleanup of remaining clang-tidy findings 2022-02-03 12:05:25 +00:00
InsertionPoint.cpp [clangd] Helper for determining member insertion point. 2022-01-03 17:59:45 +01:00
InsertionPoint.h [clangd] Helper for determining member insertion point. 2022-01-03 17:59:45 +01:00
Rename.cpp [clangd] Remove redundant check for renamed symbol origin 2022-01-18 09:43:53 +01:00
Rename.h [clangd] Use Dirty Filesystem for cross file rename. 2021-03-10 13:41:29 +00:00
Tweak.cpp [clangd] Use dirty filesystem when performing cross file tweaks 2021-04-20 17:13:44 +01:00
Tweak.h [clangd] cleanup of header guard names 2021-12-02 15:58:35 +00:00