[all-commits] [llvm/llvm-project] de7500: [clangd] Support `-specs` arguments when querying ...
Chris Carlon via All-commits
all-commits at lists.llvm.org
Fri Nov 3 00:03:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de750085547ed26d2ad9432ffdbd083864c0ad9b
https://github.com/llvm/llvm-project/commit/de750085547ed26d2ad9432ffdbd083864c0ad9b
Author: Chris Carlon <cjc25 at cjc25.com>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
M clang-tools-extra/clangd/SystemIncludeExtractor.cpp
M clang-tools-extra/clangd/test/system-include-extractor.test
Log Message:
-----------
[clangd] Support `-specs` arguments when querying the driver. (#70285)
Similarly to commit 3935a29, forward spec file arguments to the driver
if they appear in the compile database. Spec files can affect the
include search path.
fixes clangd/clangd#1410
More information about the All-commits
mailing list