summaryrefslogtreecommitdiffstats
path: root/clang/lib/DirectoryWatcher
Commit message (Expand)AuthorAgeFilesLines
* [llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer2024-03-081-6/+3
* [DirectoryWatcher] Include limits.h instead of MathExtras.h (NFC)Kazu Hirata2023-12-101-1/+1
* [clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-022-2/+4
* [linux] Use std::optional in DirectoryWatcher-linux.cpp (NFC)Kazu Hirata2022-12-091-1/+2
* [clang] Use std::nullopt instead of None in comments (NFC)Kazu Hirata2022-12-041-1/+1
* [clang] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-032-2/+2
* [clang] fix deprecationThorsten Schütt2022-08-091-1/+1
* [clang] Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-201-1/+1
* [clang] [DirectoryWatcher] Remove leading \\?\ from GetFinalPathNameByHandleWMartin Storsjö2021-11-081-2/+7
* Revert "Re-Revert "DirectoryWatcher: add an implementation for Windows""Saleem Abdulrasool2021-06-191-19/+260
* Re-Revert "DirectoryWatcher: add an implementation for Windows"Nico Weber2021-06-181-272/+19
* DirectoryWatcher: close a possible window of race on WindowsSaleem Abdulrasool2021-06-151-0/+3
* DirectoryWatcher: also wait for the notifier threadSaleem Abdulrasool2021-06-131-1/+10
* Revert "Revert "DirectoryWatcher: add an implementation for Windows""Saleem Abdulrasool2021-06-121-19/+260
* DirectoryWatcher-linux.cpp - add missing implicit MathExtras.h header depende...Simon Pilgrim2021-06-061-0/+1
* Revert "ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, ...Reid Kleckner2020-12-142-0/+2
* ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFCDuncan P. N. Exon Smith2020-12-042-2/+0
* Revert "DirectoryWatcher: add an implementation for Windows"Reid Kleckner2020-10-131-259/+19
* DirectoryWatcher: add an implementation for WindowsSaleem Abdulrasool2020-10-091-19/+259
* [DirectoryWatcher] Do not use FSEvents on non-macOS platformsVedant Kumar2020-04-231-0/+17
* Add missing newlines at EOF; NFCSven van Haastregt2020-02-123-3/+3
* [DirectoryWatcher] Fix misuse of FSEvents API and data raceBen Langmuir2020-02-111-14/+18
* Fix another implicit conversion in the directory watcherJonas Devlieghere2020-01-281-1/+1
* Fix more implicit conversionsJonas Devlieghere2020-01-281-1/+1
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-142-3/+3
* [clang][DirectoryWatcher] Fix Windows stub after LLVM changeJan Korous2019-08-131-2/+4
* [clang] DirectoryWatcher for Windows stubs (to fix build break).Jan Korous2019-08-132-0/+50
* Remove LLVM mutexes from clang in favor of std::mutexBenjamin Kramer2019-08-071-1/+0
* [clang][DirectoryWatcher][NFC] Swapping asserts for llvm fatal_error in createPuyan Lotfi2019-08-062-3/+9
* [DirectoryWatcher] Fix asserts Mac buildsShoaib Meenai2019-08-061-1/+1
* [clang][DirectoryWatcher] Adding llvm::Expected error handling to create.Puyan Lotfi2019-08-063-21/+21
* [DirectoryWatcher][linux] Fix build for older kernelsJan Korous2019-08-051-2/+1
* [DirectoryWatcher] Relax assumption to prevent test flakinessJan Korous2019-08-011-0/+18
* Fix Linux buildJF Bastien2019-07-291-1/+1
* [NFC] avoid AlignedCharArray in clangJF Bastien2019-07-291-5/+6
* [DirectoryWatcher][linux] Fix for older kernelsJan Korous2019-07-151-2/+7
* [DirectoryWatcher][NFC] Silence warnings in release buildJan Korous2019-07-121-1/+4
* [DirectoryWatcher][linux] Fix use of uninitialized valueJan Korous2019-07-121-2/+2
* Reland [clang] DirectoryWatcherJan Korous2019-07-126-0/+709
* Revert "Reland [clang] DirectoryWatcher"Jan Korous2019-07-126-709/+0
* Reland [clang] DirectoryWatcherJan Korous2019-07-126-0/+709
* Revert [clang] DirectoryWatcherReid Kleckner2019-07-095-688/+0
* [clang] DirectoryWatcherJan Korous2019-07-095-0/+688