[all-commits] [llvm/llvm-project] f98bf9: Reland "[clangd] Properly compute framework-style ...
David Goldman via All-commits
all-commits at lists.llvm.org
Mon Feb 7 08:21:49 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f98bf92b624152c9f09e77137896f7e18dca365c
https://github.com/llvm/llvm-project/commit/f98bf92b624152c9f09e77137896f7e18dca365c
Author: David Goldman <davg at google.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M clang-tools-extra/clangd/index/SymbolCollector.cpp
M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
Log Message:
-----------
Reland "[clangd] Properly compute framework-style include spelling"
Roll forward of https://reviews.llvm.org/D117056 with a fix. Proper
initialization of `IsPrivateHeader` was missing, causing failures
on Linux.
More information about the All-commits
mailing list