[llvm] 82af17c - Linewrap & remove some dead typedefs from previous commit
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 18 11:23:26 PDT 2020
Author: David Blaikie
Date: 2020-09-18T11:22:37-07:00
New Revision: 82af17cde8caa8d2d020237f644d4302fc4fa589
URL: https://github.com/llvm/llvm-project/commit/82af17cde8caa8d2d020237f644d4302fc4fa589
DIFF: https://github.com/llvm/llvm-project/commit/82af17cde8caa8d2d020237f644d4302fc4fa589.diff
LOG: Linewrap & remove some dead typedefs from previous commit
Cleanup for 51a505340dfdfdfd9ab32c7267a74db3cdeefa56
Added:
Modified:
llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h b/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
index 31e2da10082b..bc6c67ae6c5d 100644
--- a/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
+++ b/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
@@ -315,11 +315,10 @@ class DWARFDebugLine {
/// Helper to allow for parsing of an entire .debug_line section in sequence.
class SectionParser {
public:
- using cu_range = DWARFUnitVector::iterator_range;
- using tu_range = DWARFUnitVector::iterator_range;
using LineToUnitMap = std::map<uint64_t, DWARFUnit *>;
- SectionParser(DWARFDataExtractor &Data, const DWARFContext &C, DWARFUnitVector::iterator_range Units);
+ SectionParser(DWARFDataExtractor &Data, const DWARFContext &C,
+ DWARFUnitVector::iterator_range Units);
/// Get the next line table from the section. Report any issues via the
/// handlers.
More information about the llvm-commits
mailing list