Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DWARFASTParserClang] Complete external record types before using them as a ↵ | Frederic Riss | 2018-03-16 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | decl context. Summary: When in a gmodules-like debugging scenario, you can have a parent decl context that gets imported from an external AST. When this happens, we must be careful to complete this type before adding children to it, otherwise it sometimes results in a crash. Reviewers: clayborg, jingham Subscribers: aprantl, JDevlieghere, lldb-commits Differential Revision: https://reviews.llvm.org/D43592 llvm-svn: 327750 | ||||
* | Adds a test to detect when clang omits specialized generic types from debug ↵ | Kate Stone | 2016-04-19 | 1 | -0/+12 |
information when using precompiled headers and -gmodules. llvm-svn: 266791 |