Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [monorepo] Remove accidentally added top-level monorepo directory | Jonas Devlieghere | 2019-02-13 | 1 | -8/+0 |
| | | | | | | | | | | | | | Apparently I introduced a new top level directory called `b` in the root of the monorepo with r353906. I don't understand how or why this happened, but I presume something went wrong doing `git llvm push`. I'm not even sure if I can delete the directory again, but giving it a shot in this commit. Thanks to Shoaib Meenai for noticing this. llvm-svn: 353913 | ||||
* | [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 |