[all-commits] [llvm/llvm-project] 95923c: [llvm][iwyu] explicitly includes <functional> and ...
Christopher Di Bella via All-commits
all-commits at lists.llvm.org
Sat Jul 3 23:03:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95923c0ba245377205f783607aaacbf8c667b353
https://github.com/llvm/llvm-project/commit/95923c0ba245377205f783607aaacbf8c667b353
Author: Christopher Di Bella <cjdb at google.com>
Date: 2021-07-04 (Sun, 04 Jul 2021)
Changed paths:
M llvm/include/llvm/ADT/SmallVector.h
M llvm/include/llvm/Support/Printable.h
Log Message:
-----------
[llvm][iwyu] explicitly includes <functional> and <utility>
Compiling LLVM with Clang modules and libc++ identified that
`Support/Printable.h` and `ADL/SmallVector.h` were using features that
live in these headers.
Differential Revision: https://reviews.llvm.org/D105402
More information about the All-commits
mailing list