[lldb-dev] [Bug 25205] New: std::string has no value

2015-10-16 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=25205 Bug ID: 25205 Summary: std::string has no value Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P

[lldb-dev] [Bug 25205] std::string has no value

2015-10-16 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=25205 Jim Ingham changed: What|Removed |Added Status|NEW |RESOLVED CC|

Re: [lldb-dev] [BUG?] Confusion between translation units?

2015-10-16 Thread Ramkumar Ramachandra via lldb-dev
Alright, let's try to fix the bug. Let's work backward from the leaves: clang's ASTImporter.cpp:2979 and AstImporter.cpp:3044. In the backtrace, what seems to be most relevant is a call inside layoutRecordType, namely ClangASTSource.cpp:1709. The codebase clearly shows efforts to emit "Please retr

Re: [lldb-dev] [BUG?] Confusion between translation units?

2015-10-16 Thread Greg Clayton via lldb-dev
> On Oct 16, 2015, at 3:01 PM, Ramkumar Ramachandra wrote: > > Alright, let's try to fix the bug. > > Let's work backward from the leaves: clang's ASTImporter.cpp:2979 and > AstImporter.cpp:3044. In the backtrace, what seems to be most relevant > is a call inside layoutRecordType, namely ClangA