[PATCH] D45708: [NFC] Remove doxygen brief tag from BasicBlock.h

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 16 16:45:15 PDT 2018


aprantl added inline comments.


================
Comment at: BasicBlock.h:138
 
-  /// \brief Returns the call instruction marked 'musttail' prior to the
+  /// Returns the call instruction marked 'musttail' prior to the
   /// terminating return instruction of this basic block, if such a call is
----------------
You might want to reflow the comments afterwards (Esc q / M-x fill-paragraph in emacs).


https://reviews.llvm.org/D45708





More information about the llvm-commits mailing list