Idx in ClangDocContext instance was being modified by multiple threads causing a seg fault.
A mutex is added to avoid this.
Details
Details
- Reviewers
juliehockett jakehehrlich - Commits
- rGe2d4577075f6: [clang-doc] Protect Index with mutex during reducing and generation stage
rL368313: [clang-doc] Protect Index with mutex during reducing and generation stage
rCTE368313: [clang-doc] Protect Index with mutex during reducing and generation stage
Diff Detail
Diff Detail
- Repository
- rL LLVM