This patch fixes an assert violation triggered by the following clang test case:
// compile with -std=c++11 -g const char16_t c = 0; char16_t test() { return c; }
David, you wrote you could help me turn this into an LLVM test case?
Differential D3810
Recognize dwarf::DW_ATE_UTF in DwarfUnit isUnsignedDIType
dblaikie on May 16 2014, 2:46 PM. Authored by
Details This patch fixes an assert violation triggered by the following clang test case: // compile with -std=c++11 -g const char16_t c = 0; char16_t test() { return c; } David, you wrote you could help me turn this into an LLVM test case?
Diff Detail |