[PATCH] D63828: Add FileWriter to GSYM and encode/decode functions to AddressRange and AddressRanges

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 13:28:07 PDT 2019


clayborg marked 4 inline comments as done.
clayborg added inline comments.


================
Comment at: include/llvm/DebugInfo/GSYM/FileWriter.h:40
+  ///
+  /// @param   Value The value to write into the stream.
+  void writeU8(uint8_t Value);
----------------
aprantl wrote:
> `/// \param Value`
Yikes, there is a large mix of both @param and \param in the code... 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63828/new/

https://reviews.llvm.org/D63828





More information about the llvm-commits mailing list