Details
Details
- Reviewers
sammccall - Commits
- rG4fb1adcde22c: [clangd] Log directory when a CDB is loaded
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/GlobalCompilationDatabase.cpp | ||
---|---|---|
122 | consider "Loaded compile commands..." or "Loading compile commands..." or "Loaded compilation database...". | |
122 | this is significant and rare, probably OK to log rather than vlog |
Comment Actions
Unit tests: pass. 62284 tests passed, 0 failed and 831 were skipped.
clang-tidy: pass.
clang-format: pass.
Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.
consider "Loaded compile commands..." or "Loading compile commands..." or "Loaded compilation database...".
People who are only dimly aware of the existence of compile_commands.json need a bit more context here.