[PATCH] D63104: Add GSYM utility files along with unit tests.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 13:59:44 PDT 2019


aprantl added inline comments.


================
Comment at: include/llvm/DebugInfo/GSYM/FileEntry.h:24
+struct FileEntry {
+  // Files in GSYM are contained in FileEntry structs where we split the 
+  // directory and basename into two different strings in the string 
----------------
JDevlieghere wrote:
> Should this be a Doxygen comment for this struct?
I think it needs to go *before* the `struct FileEntry {` line, doesn't it?


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

https://reviews.llvm.org/D63104





More information about the llvm-commits mailing list