This is required to compile custom clang-tidy checks
Details
Details
- Reviewers
ldionne Mordante - Group Reviewers
Restricted Project - Commits
- rGf48f9614536c: [libc++] Install llvm-dev in the docker image
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Thanks for working on this!
libcxx/utils/ci/Dockerfile | ||
---|---|---|
88 | I would prefer to install $(($LLVM_HEAD_VERSION - 1)) add $(($LLVM_HEAD_VERSION - 2)). Then we use released versions of clang-tidy headers instead of the development version. We do the same for clang-tidy itself. |
I would prefer to install $(($LLVM_HEAD_VERSION - 1)) add $(($LLVM_HEAD_VERSION - 2)). Then we use released versions of clang-tidy headers instead of the development version. We do the same for clang-tidy itself.