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
https://llvm.org/bugs/show_bug.cgi?id=25205
Jim Ingham changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
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
> 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