[Lldb-commits] [PATCH] D93690: Add SBType::IsScopedEnumerationType method
Andy Yankovsky via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 22 09:57:38 PST 2020
werat marked an inline comment as done.
werat added inline comments.
================
Comment at: lldb/source/API/SBType.cpp:275
+bool SBType::IsScopedEnumerationType() {
+ LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsScopedEnumerationType);
+
----------------
JDevlieghere wrote:
> Same comment as in D93696: you need to register your new method.
Thanks for pointing this out, I totally missed it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93690/new/
https://reviews.llvm.org/D93690
More information about the lldb-commits
mailing list