Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
After pulling the latest code, I found this change was necessary to get past the following linker error:
clang-tools-extra/unittests/clangd/TestTU.cpp:9443: error: undefined reference to 'clang::tidy::ClangTidyOptions::getDefaults()'
I assume this is a regression from https://reviews.llvm.org/D55256.