llvm-project/lldb/packages/Python/lldbsuite
Greg Clayton 9e3ee13a1c Fixed C++ template integer parameter types to work correctly when the integer type is signed.
Prior to this we would display the typename for "TestObj<-1>" as "TestObj<4294967295>" when we showed the type. Expression parsing could also fail because we would fail to find the mangled name when evaluating expressions.

The issue was we were losing the signed'ness of the template integer parameter in DWARFASTParserClang.cpp.

<rdar://problem/25577041>

llvm-svn: 272434
2016-06-10 20:56:09 +00:00
..
support Add "-gmodules" support to the test suite. 2016-05-26 13:57:03 +00:00
test Fixed C++ template integer parameter types to work correctly when the integer type is signed. 2016-06-10 20:56:09 +00:00
test_event surface build error content through test event system 2016-05-14 00:42:30 +00:00
__init__.py Added lldbsuite.lldb_test_root, switched formatter to use it. 2015-12-07 06:19:48 +00:00