[all-commits] [llvm/llvm-project] b56e5f: [clangd] Unbreak mac build after 0c96a92d8666b8
Nico Weber via All-commits
all-commits at lists.llvm.org
Wed Jun 30 09:53:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b56e5f8a10c1ec4fd3750bdd269fbad778820326
https://github.com/llvm/llvm-project/commit/b56e5f8a10c1ec4fd3750bdd269fbad778820326
Author: Nico Weber <thakis at chromium.org>
Date: 2021-06-30 (Wed, 30 Jun 2021)
Changed paths:
M clang-tools-extra/clangd/Transport.h
Log Message:
-----------
[clangd] Unbreak mac build after 0c96a92d8666b8
That commit removed the include of Features.inc from ClangdLSPServer.h,
but ClangdMain.cpp relied on this include to pull in Features.inc for
the #if at the bottom of Transport.h.
Since the include is needed in Transport.h, just add it to there
directly.
More information about the All-commits
mailing list