[lldb-dev] Type lookup by basename vs. qualified name

2018-10-23 Thread Zachary Turner via lldb-dev
I was trying to implemented type lookup for qualified names (e.g. in namespaces), and I noticed we have this code in Module.cpp: if (Type::GetTypeScopeAndBasename(type_name_cstr, type_scope, type_basename, type_class)) { // Check if "name" starts with "::"

Re: [lldb-dev] [llvm-dev] Updates on SVN to GitHub migration

2018-10-23 Thread David Greene via lldb-dev
Apparently the GitHub UI is not great about showing tags. If you clone and do git tag you'll see them. Someone at one of the dev. meeting roundtables found a way to see them on GitHub but I don't remember the details. -David Jacob Carlborg via llvm-dev writes: > On 2018-

Re: [lldb-dev] [llvm-dev] [Openmp-dev] Updates on SVN to GitHub migration

2018-10-23 Thread David Greene via lldb-dev
Thanks! In our case we have a branch off master for each component and we've developed there, merging from master from time to time (but never our local branch to master). I guess that puts us in the "multirepo with merges" category. We don't really care about maintaining the history of merges f

[lldb-dev] [Bug 39405] New: JSON parser in LLDB does not accept []

2018-10-23 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=39405 Bug ID: 39405 Summary: JSON parser in LLDB does not accept [] Product: lldb Version: unspecified Hardware: Other OS: All Status: NEW Severity: enhancement