Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 27183 Build 27182: arc lint + arc unit
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.