Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang][DirectoryWatcher] Fix Windows stub after LLVM change | Jan Korous | 2019-08-13 | 1 | -2/+4 |
| | | | | | | | | | r367979 changed DirectoryWatcher::Create to return an llvm::Expected. Adjust the Windows stub accordingly. (upstreamed from github.com/apple/swift-clang) llvm-svn: 368762 | ||||
* | [clang] DirectoryWatcher for Windows stubs (to fix build break). | Jan Korous | 2019-08-13 | 1 | -0/+48 |
This is just a code skeleton for DirectoryWatcher-windows.cpp so the build on Windows stops breaking. (upstreamed from github.com/apple/swift-clang) llvm-svn: 368761 |