[all-commits] [llvm/llvm-project] d7b1c8: [clangd][NFC] includes missing headers
Christopher Di Bella via All-commits
all-commits at lists.llvm.org
Tue Feb 15 09:45:55 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d7b1c840ba4e1f8c04fe1c5455242629893c7e3a
https://github.com/llvm/llvm-project/commit/d7b1c840ba4e1f8c04fe1c5455242629893c7e3a
Author: Christopher Di Bella <cjdb at google.com>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M clang-tools-extra/clangd/support/Shutdown.h
Log Message:
-----------
[clangd][NFC] includes missing headers
`Shutdown.h` was transitively depending on two headers, but this isn't
allowed under a modules build, so they're now explicitly included.
Differential Revision: https://reviews.llvm.org/D119806
More information about the All-commits
mailing list