[PATCH] D37744: [dwarfdump][NFC] Move DebugFrameEntry classes to header.
    Adrian Prantl via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Sep 12 08:52:32 PDT 2017
    
    
  
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h:29
 public:
+  /// \brief Abstract frame entry defining the common interface concrete
+  /// entries implement.
----------------
please remove all occurances of `\brief `.
Repository:
  rL LLVM
https://reviews.llvm.org/D37744
    
    
More information about the llvm-commits
mailing list