clang 20.0.0git
|
Go to the source code of this file.
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
Functions | |
std::optional< sys::fs::file_status > | clang::getFileStatus (StringRef Path) |
std::vector< std::string > | clang::scanDirectory (StringRef Path) |
std::vector< DirectoryWatcher::Event > | clang::getAsFileEvents (const std::vector< std::string > &Scan) |
Create event with EventKind::Added for every element in Scan . | |