[PATCH] D116167: [clangd] Adjust compile flags so they work when applied to other file(type)s.

2022-01-04 Thread Sam McCall via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG0683a1e588ad: [clangd] Adjust compile flags so they work when applied to other file(type)s. (authored by sammccall). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm

[PATCH] D116167: [clangd] Adjust compile flags so they work when applied to other file(type)s.

2022-01-04 Thread Kadir Cetinkaya via Phabricator via cfe-commits
kadircet accepted this revision. kadircet added a comment. This revision is now accepted and ready to land. thanks, lgtm! Comment at: clang-tools-extra/clangd/CompileCommands.cpp:287 + if (TransferFrom) { +tooling::CompileCommand TransferCmd; maybe perfo

[PATCH] D116167: [clangd] Adjust compile flags so they work when applied to other file(type)s.

2021-12-22 Thread Sam McCall via Phabricator via cfe-commits
sammccall created this revision. sammccall added a reviewer: kadircet. Herald added subscribers: usaxena95, arphaman. sammccall requested review of this revision. Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov. Herald added a project: clang-tools-extra. It's reasonable to want to us