[Lldb-commits] [PATCH] D64591: [Expression] Move IRDynamicChecks to ClangExpressionParser

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 11 14:32:10 PDT 2019


JDevlieghere added inline comments.


================
Comment at: include/lldb/Expression/DynamicCheckerFunctions.h:19
+
+/// \class DynamicCheckerFunctions DynamicCheckerFunctions.h
+/// "lldb/Expression/DynamicCheckerFunctions.h" Encapsulates dynamic check
----------------
xiaobai wrote:
> JDevlieghere wrote:
> > Can we skip this boilerplate? 
> Do you mean the whole thing? Or just the `\class` line?
Everything up to "Encapsulates dynamic check...", Doxygen is smart enough to associate the comment with the class. 


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

https://reviews.llvm.org/D64591





More information about the lldb-commits mailing list