[all-commits] [llvm/llvm-project] 897e92: ImmutableGraph.h - remove unused raw_ostream.h inc...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun May 17 10:30:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 897e926bb0e0c165d6199130c8c558bb63b129e5
https://github.com/llvm/llvm-project/commit/897e926bb0e0c165d6199130c8c558bb63b129e5
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-17 (Sun, 17 May 2020)
Changed paths:
M llvm/lib/Target/X86/ImmutableGraph.h
Log Message:
-----------
ImmutableGraph.h - remove unused raw_ostream.h include. NFC
Commit: ca18ce1a00cd8b7cb7ce0e130440f5ae1ffe86ee
https://github.com/llvm/llvm-project/commit/ca18ce1a00cd8b7cb7ce0e130440f5ae1ffe86ee
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-17 (Sun, 17 May 2020)
Changed paths:
M llvm/include/llvm/Support/GlobPattern.h
M llvm/lib/Support/GlobPattern.cpp
M llvm/tools/llvm-objcopy/CopyConfig.cpp
M llvm/unittests/Support/GlobPatternTest.cpp
Log Message:
-----------
GlobPattern.h - remove unnecessary BitVector.h/StringRef.h includes. NFC
Use forward declarations (BitVector already had one) and an headers to source file that were implicitly using them.
Compare: https://github.com/llvm/llvm-project/compare/02cdbc349fe8...ca18ce1a00cd
More information about the All-commits
mailing list