forked from OSchip/llvm-project
9e3ee13a1c
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 |
||
---|---|---|
.. | ||
support | ||
test | ||
test_event | ||
__init__.py |