This patch hooks up clang to LLDB's FileProvider, so that files used by clang are part of the reproducer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLDB LLDB
Event Timeline
Comment Actions
I don't know much about this part of the code, though the changes seem pretty straight-forward to me.
Comment Actions
LGTM with one comment.
lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp | ||
---|---|---|
252–262 ↗ | (On Diff #186336) | can you add a comment like: "when recording, set up the state to collect the modules, etc..". |