[Lldb-commits] [PATCH] D54053: [NativePDB] Add the ability to create clang record decls from mangled names.

Leonard Mosescu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 2 16:40:40 PDT 2018


lemo accepted this revision.
lemo added a comment.
This revision is now accepted and ready to land.

nice!



================
Comment at: lldb/source/Plugins/SymbolFile/NativePDB/MangledAST.cpp:80
+
+  lldb::AccessType access =
+      (ttn->Tag == TagKind::Class) ? lldb::eAccessPrivate : lldb::eAccessPublic;
----------------
what does this mean? pretend that all the members of a class are private?


https://reviews.llvm.org/D54053





More information about the lldb-commits mailing list