Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Reproducers] Make clang use lldb's VFS. | Jonas Devlieghere | 2019-02-18 | 1 | -8/+0 |
| | | | | | | | | | | In r353906 we hooked up clang and lldb's reproducer infrastructure to capture files used by clang. This patch adds the necessary logic to have clang reuse the files from lldb's reproducer during replay. Differential revision: https://reviews.llvm.org/D58309 llvm-svn: 354283 | ||||
* | [Reproducers] Integrate FileProvider with clang | Jonas Devlieghere | 2019-02-13 | 1 | -0/+8 |
This patch hooks up clang and lldb's reproducers functionality. It ensures that when capturing a reproducer, headers and modules imported through the expression parser are collected. Differential revision: https://reviews.llvm.org/D58076 llvm-svn: 353906 |