This revision was automatically updated to reflect the committed changes.
Closed by commit rLLDB353906: [Reproducers] Integrate FileProvider with clang
(authored by JDevlieghere, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D58076?vs=186336&id=186573#toc
Repository:
rLLD
davide accepted this revision.
davide added a comment.
This revision is now accepted and ready to land.
LGTM with one comment.
Comment at:
lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp:252-262
+
+ if (repro::Generator *g = repro::Reproducer::Instance().
labath resigned from this revision.
labath added a comment.
Herald added a subscriber: jdoerfert.
I don't know much about this part of the code, though the changes seem pretty
straight-forward to me.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58076/new/
htt
JDevlieghere created this revision.
JDevlieghere added reviewers: labath, shafik, davide.
JDevlieghere added a project: LLDB.
Herald added a subscriber: teemperor.
This patch hooks up clang to LLDB's FileProvider, so that files used by clang
are part of the reproducer.
Repository:
rLLDB LLDB