[Lldb-commits] [PATCH] D93690: Add SBType::IsScopedEnumerationType method

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 22 09:31:03 PST 2020


JDevlieghere added inline comments.


================
Comment at: lldb/source/API/SBType.cpp:275
+bool SBType::IsScopedEnumerationType() {
+  LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsScopedEnumerationType);
+
----------------
Same comment as in D93696: you need to register your new method. 


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