[PATCH] D26567: Improve DWARF parsing speed by improving DWARFAbbreviationDeclaration

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 05:28:08 PST 2016


chapuni added inline comments.


================
Comment at: llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h:68
+  ///
+  /// \param Attr DWARF attribute to search for.
+  /// \returns Optional index of the attribute if found, None otherwise.
----------------
s/Attr/attr/
Fixed in r286954.


Repository:
  rL LLVM

https://reviews.llvm.org/D26567





More information about the llvm-commits mailing list