This fixes a bug where clangd would attempt to set CWD to the
compile_flags.txt file itself.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D94699
[clangd] Set correct CWD when using compile_flags.txt ClosedPublic Authored by adamcz on Jan 14 2021, 9:22 AM.
Details Summary This fixes a bug where clangd would attempt to set CWD to the
Diff Detail
Event TimelineHerald added subscribers: usaxena95, kadircet, arphaman. · View Herald TranscriptJan 14 2021, 9:22 AM This revision is now accepted and ready to land.Jan 14 2021, 2:10 PM Closed by commit rGc77c3d1d18cd: [clangd] Set correct CWD when using compile_flags.txt (authored by adamcz). · Explain WhyJan 15 2021, 5:32 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 316914 clang-tools-extra/clangd/GlobalCompilationDatabase.cpp
clang-tools-extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
|