Depends on D106527.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D106639
[clangd] Adjust compile flags to contain only the requested file as input ClosedPublic Authored by kadircet on Jul 23 2021, 2:11 AM.
Details
Diff Detail
Event Timelinesammccall added inline comments. This revision is now accepted and ready to land.Jul 23 2021, 6:18 AM kadircet marked 2 inline comments as done. Comment Actions
kadircet added a child revision: D106669: [clangd] Unify compiler invocation creation.Jul 23 2021, 8:00 AM This revision was landed with ongoing or failed builds.Jul 23 2021, 8:16 AM Closed by commit rGba5dd945ad91: [clangd] Adjust compile flags to contain only the requested file as input (authored by kadircet). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 361135 clang-tools-extra/clangd/CompileCommands.h
clang-tools-extra/clangd/CompileCommands.cpp
clang-tools-extra/clangd/GlobalCompilationDatabase.cpp
clang-tools-extra/clangd/test/did-change-configuration-params.test
clang-tools-extra/clangd/unittests/CompileCommandsTests.cpp
clang-tools-extra/clangd/unittests/TestTU.cpp
|
Is this because we're not meant to be parsing argv0?
Maybe check that and fix that here if so, or leave a FIXME if we don't want to check now?