[all-commits] [llvm/llvm-project] 7f059a: [clangd] Handle absolute/relative path specificati...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Tue Nov 3 12:46:13 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7f059a258a1dbfc240a8d526b5d23d238a3d84f7
https://github.com/llvm/llvm-project/commit/7f059a258a1dbfc240a8d526b5d23d238a3d84f7
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2020-11-03 (Tue, 03 Nov 2020)
Changed paths:
M clang-tools-extra/clangd/ConfigCompile.cpp
M clang-tools-extra/clangd/ConfigFragment.h
M clang-tools-extra/clangd/ConfigProvider.cpp
M clang-tools-extra/clangd/ConfigProvider.h
M clang-tools-extra/clangd/tool/ClangdMain.cpp
M clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp
M clang-tools-extra/clangd/unittests/ConfigProviderTests.cpp
Log Message:
-----------
[clangd] Handle absolute/relative path specifications in Config
This introduces a mechanism for providers to interpret paths specified
in a fragment either as absolute or relative to fragment location.
This information should be used during compile stage to handle blocks correctly.
Differential Revision: https://reviews.llvm.org/D90270
More information about the All-commits
mailing list