[all-commits] [llvm/llvm-project] 71f237: DwarfFile.h - remove unnecessary includes. NFCI.
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Sep 17 04:25:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 71f237506b8fc06753eb733422d2fad20f622e2d
https://github.com/llvm/llvm-project/commit/71f237506b8fc06753eb733422d2fad20f622e2d
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-17 (Thu, 17 Sep 2020)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfFile.h
Log Message:
-----------
DwarfFile.h - remove unnecessary includes. NFCI.
Use forward declarations where possible, move includes down to DwarfFile.cpp and avoid duplicate includes.
Commit: 572e542c5e5fe2727502ab775a6b8c3d238c01b5
https://github.com/llvm/llvm-project/commit/572e542c5e5fe2727502ab775a6b8c3d238c01b5
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-17 (Thu, 17 Sep 2020)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
Log Message:
-----------
DwarfStringPool.cpp - remove unnecessary StringRef include. NFCI.
Already included in DwarfStringPool.h
Compare: https://github.com/llvm/llvm-project/compare/a615226743d0...572e542c5e5f
More information about the All-commits
mailing list