[all-commits] [llvm/llvm-project] a2b715: [XRay] Adjust includes of bitset (NFC)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Tue Dec 5 20:37:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2b715920ab6978949db8c85a8afd22942898f5b
https://github.com/llvm/llvm-project/commit/a2b715920ab6978949db8c85a8afd22942898f5b
Author: Kazu Hirata <kazu at google.com>
Date: 2023-12-05 (Tue, 05 Dec 2023)
Changed paths:
M llvm/include/llvm/XRay/BlockVerifier.h
M llvm/lib/XRay/BlockVerifier.cpp
Log Message:
-----------
[XRay] Adjust includes of bitset (NFC)
BlockVerifier.cpp uses std::bitset, not BlockVerifier.h.
Identified with clangd.
More information about the All-commits
mailing list