No changes to the tests themselves, other than some auto -> const auto
diagnostic fixes and formatting.
Details
- Reviewers
sammccall - Commits
- rG5934a79196b9: [clangd] Split tweak tests into one file per tweak.
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Time | Test | |
---|---|---|
90 ms | x64 windows > LLVM.CodeGen/XCore::threads.ll |
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.