diff options
author | Dmitry Polukhin <34227995+dmpolukhin@users.noreply.github.com> | 2023-12-19 08:25:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-19 03:25:48 -0500 |
commit | 73cf485151190fc61bf3cff996fe8ee3eea3a257 (patch) | |
tree | dacf8a64a69f49d53e0f4cb72c5b723bd8a36694 /llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp | |
parent | 5caae72d1a4f58c9525977a93d86c3c833da4b34 (diff) | |
download | llvm-73cf485151190fc61bf3cff996fe8ee3eea3a257.zip llvm-73cf485151190fc61bf3cff996fe8ee3eea3a257.tar.gz llvm-73cf485151190fc61bf3cff996fe8ee3eea3a257.tar.bz2 |
[clangd] Expand response files before CDB interpolation (#75753)
Summary:
After https://reviews.llvm.org/D143436 response files stopped working
with CDB interpolation. It has happened because interpolation removes
all unknown flags and extra input files. Response file is treated as an
extra input because it is not a flag. Moreover inference needs full
command line for driver mode and file type detection so all response
files have to be expanded for correct inference.
This patch partially reverts D143436 and add additional response file
expansion in OverlayCDB for CDBs pushed via LSP.
Test Plan: check-clangd
Tasks: https://github.com/llvm/llvm-project/issues/69690
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp')
0 files changed, 0 insertions, 0 deletions