[all-commits] [llvm/llvm-project] 4dfd11: [clangd] Properly compute framework-style include ...
David Goldman via All-commits
all-commits at lists.llvm.org
Fri Feb 4 13:41:48 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4dfd11324eb05d167392958c0f0f273cae6386c6
https://github.com/llvm/llvm-project/commit/4dfd11324eb05d167392958c0f0f273cae6386c6
Author: David Goldman <davg at google.com>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M clang-tools-extra/clangd/index/SymbolCollector.cpp
M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
Log Message:
-----------
[clangd] Properly compute framework-style include spelling
With this change, clangd now computes framework-style includes
for framework headers at indexing time.
Differential Revision: https://reviews.llvm.org/D117056
More information about the All-commits
mailing list