[Lldb-commits] [PATCH] D49018: Convert a location information from PDB to a DWARF expression

Aleksandr Urakov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 12 05:15:02 PDT 2018


aleksandr.urakov marked an inline comment as done.
aleksandr.urakov added inline comments.


================
Comment at: source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h:26
+//------------------------------------------------------------------------------
+/// Converts a location information from a PDB symbol to a DWARF expression
+///
----------------
asmith wrote:
> Are you sure about the /// ?
> 
> Should these be // ?
Yes, I think that /// should be there, it's a Doxygen comment (e.g. Visual Studio highlights info about a function and its parameters after that).


https://reviews.llvm.org/D49018





More information about the lldb-commits mailing list