[all-commits] [llvm/llvm-project] e32d73: NativeFormatting.cpp - add missing implicit MathEx...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Jun 5 10:06:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e32d73ef5ee5b7376bd6b1b08ecf22bde04d919e
https://github.com/llvm/llvm-project/commit/e32d73ef5ee5b7376bd6b1b08ecf22bde04d919e
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-06-05 (Sat, 05 Jun 2021)
Changed paths:
M llvm/lib/Support/NativeFormatting.cpp
Log Message:
-----------
NativeFormatting.cpp - add missing implicit MathExtras.h header dependency. NFCI.
Noticed while investigating if we can remove an unnecessary MathExtras.h include from SmallVector.h
Commit: 24b9bc84982f47c6a62dccad1d0dd6bd7b023176
https://github.com/llvm/llvm-project/commit/24b9bc84982f47c6a62dccad1d0dd6bd7b023176
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-06-05 (Sat, 05 Jun 2021)
Changed paths:
M llvm/lib/BinaryFormat/MsgPackReader.cpp
Log Message:
-----------
MsgPackReader.cpp - add missing implicit MathExtras.h header dependency. NFCI.
Noticed while investigating if we can remove an unnecessary MathExtras.h include from SmallVector.h
Commit: 6ebb28d32ecb270ba20a8a495389651d1b20e8ab
https://github.com/llvm/llvm-project/commit/6ebb28d32ecb270ba20a8a495389651d1b20e8ab
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-06-05 (Sat, 05 Jun 2021)
Changed paths:
M llvm/include/llvm/Support/EndianStream.h
Log Message:
-----------
EndianStream.h - add missing implicit MathExtras.h header dependency. NFCI.
Noticed while investigating if we can remove an unnecessary MathExtras.h include from SmallVector.h
Compare: https://github.com/llvm/llvm-project/compare/11e0882e8dde...6ebb28d32ecb
More information about the All-commits
mailing list