Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/unittests/HoverTests.cpp | ||
---|---|---|
585–588 | Is this redundant now? I think the default value here comes from the triple. | |
588 | this is a good fix for the branch. |
Unit tests: pass. 62269 tests passed, 0 failed and 827 were skipped.
clang-tidy: pass.
clang-format: pass.
Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.
- Add fixme for delayed-template-parsing
clang-tools-extra/clangd/unittests/HoverTests.cpp | ||
---|---|---|
585–588 | right adding a fixme and sending a follow-up patch | |
588 | it depends, as you've noted this will result in not testing some of the platform dependent bits in other tests as well. |
clang-tools-extra/clangd/unittests/HoverTests.cpp | ||
---|---|---|
588 | Currently we fix such issues by slapping -fno-delayed-template-parsing everywhere though. (Or often other people do it for us). Heh, we could have TestTU grab a CLANGD_EXTRA_FLAGS environment variable, and make it easy to test delayed parsing on linux occasionally. |
Unit tests: pass. 62269 tests passed, 0 failed and 827 were skipped.
clang-tidy: pass.
clang-format: pass.
Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.
this is a good fix for the branch.
For trunk, should we do this in TestTU (i.e. for everything?)