[all-commits] [llvm/llvm-project] ffb740: [clangd] Add missing direct includes for bit.h. NF...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Jun 9 20:14:05 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ffb7404d1eb1fa8cca49e2cc800b4c97688f8bab
https://github.com/llvm/llvm-project/commit/ffb7404d1eb1fa8cca49e2cc800b4c97688f8bab
Author: Fangrui Song <i at maskray.me>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M clang-tools-extra/clangd/index/SymbolID.h
Log Message:
-----------
[clangd] Add missing direct includes for bit.h. NFC (#202840)
This currently compile only because llvm/ADT/Hashing.h transitively
pulls in llvm/Support/SwapByteOrder.h (which includes llvm/ADT/bit.h).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list