[PATCH] D27851: [DWARF] - Introduce DWARFDebugPubTable class for dumping pub* sections.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 08:32:25 PST 2016


aprantl added inline comments.


================
Comment at: include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h:22
+
+// Represents structure for holding and parsing .debug_pub* tables.
+class DWARFDebugPubTable {
----------------
Please doxygen-ify these comments.


https://reviews.llvm.org/D27851





More information about the llvm-commits mailing list