[Lldb-commits] [PATCH] D71056: [lldb] Add a test for how we lazily create Clang AST nodes

2019-12-09 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rGf6e05672f656: [lldb] Add a test for how we lazily create Clang AST nodes (authored by teemperor). Repository: rG LLVM

[Lldb-commits] [PATCH] D71056: [lldb] Add a test for how we lazily create Clang AST nodes

2019-12-09 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor updated this revision to Diff 232768. teemperor added a comment. - Add this to DWARF testing category. The types we load depends partly on the debug information so this set of tests is only testing the way we build the AST with DWARF. CHANGES SINCE LAST ACTION

[Lldb-commits] [PATCH] D71056: [lldb] Add a test for how we lazily create Clang AST nodes

2019-12-05 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor created this revision. teemperor added a reviewer: shafik. Herald added subscribers: lldb-commits, JDevlieghere, abidh. Herald added a project: LLDB. One of the ways we try to make LLDB faster is by only creating the Clang declarations (and loading the associated types) when we