Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The CI failure message from "clang-tidy linux" is:
/mnt/disks/ssd0/agent/workspace/amd64_debian_testing_clang8/compiler-rt/lib/dfsan/dfsan_custom.cpp:14:10: error: 'sanitizer_common/sanitizer_common.h' file not found [clang-diagnostic-error] #include "sanitizer_common/sanitizer_common.h"
This file definitely exists, and is included successfully when compiling. I think this is a known bug in the clang-tidy configuration: