No changes to the tests themselves, other than some auto -> const auto
diagnostic fixes and formatting.
Details
Details
- Reviewers
sammccall - Commits
- rG5934a79196b9: [clangd] Split tweak tests into one file per tweak.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/unittests/tweaks/AnnotateHighlightingsTests.cpp | ||
---|---|---|
10 | Most of these headers are unused in most of the tests, not sure what's the best point to clean them up Most of these should just need TweakTests, gmock and gtest. |
Most of these headers are unused in most of the tests, not sure what's the best point to clean them up
Most of these should just need TweakTests, gmock and gtest.