llvm-project/lldb/lit/SymbolFile
Zachary Turner a42bbe3981 [NativePDB] Reconstruct function declarations from debug info.
Previously we would create an lldb::Function object for each function
parsed, but we would not add these to the clang AST. This is a first
step towards getting local variable support working, as we first need an
AST decl so that when we create local variable entries, they have the
proper DeclContext.

Differential Revision: https://reviews.llvm.org/D55384

llvm-svn: 348631
2018-12-07 19:34:02 +00:00
..
DWARF Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
NativePDB [NativePDB] Reconstruct function declarations from debug info. 2018-12-07 19:34:02 +00:00
PDB [PDB] Make PDB lit tests use the new builder 2018-12-05 17:35:30 +00:00