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
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
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-
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 "::"