[Lldb-commits] [PATCH] D64591: [Expression] Move IRDynamicChecks to ClangExpressionParser
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 11 14:25:37 PDT 2019
xiaobai added inline comments.
================
Comment at: include/lldb/Expression/DynamicCheckerFunctions.h:19
+
+/// \class DynamicCheckerFunctions DynamicCheckerFunctions.h
+/// "lldb/Expression/DynamicCheckerFunctions.h" Encapsulates dynamic check
----------------
JDevlieghere wrote:
> Can we skip this boilerplate?
Do you mean the whole thing? Or just the `\class` line?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64591/new/
https://reviews.llvm.org/D64591
More information about the lldb-commits
mailing list