aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/DirectoryWatcher
AgeCommit message (Expand)AuthorFilesLines
2024-03-08[llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer1-6/+3
2023-12-10[DirectoryWatcher] Include limits.h instead of MathExtras.h (NFC)Kazu Hirata1-1/+1
2023-01-02[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2-2/+4
2022-12-09[linux] Use std::optional in DirectoryWatcher-linux.cpp (NFC)Kazu Hirata1-1/+2
2022-12-04[clang] Use std::nullopt instead of None in comments (NFC)Kazu Hirata1-1/+1
2022-12-03[clang] Use std::nullopt instead of None (NFC)Kazu Hirata2-2/+2
2022-08-09[clang] fix deprecationThorsten Schütt1-1/+1
2022-06-20[clang] Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2021-11-08[clang] [DirectoryWatcher] Remove leading \\?\ from GetFinalPathNameByHandleWMartin Storsjö1-2/+7
2021-06-19Revert "Re-Revert "DirectoryWatcher: add an implementation for Windows""Saleem Abdulrasool1-19/+260
2021-06-18Re-Revert "DirectoryWatcher: add an implementation for Windows"Nico Weber1-272/+19
2021-06-15DirectoryWatcher: close a possible window of race on WindowsSaleem Abdulrasool1-0/+3
2021-06-13DirectoryWatcher: also wait for the notifier threadSaleem Abdulrasool1-1/+10
2021-06-12Revert "Revert "DirectoryWatcher: add an implementation for Windows""Saleem Abdulrasool1-19/+260
2021-06-06DirectoryWatcher-linux.cpp - add missing implicit MathExtras.h header depende...Simon Pilgrim1-0/+1
2020-12-14Revert "ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, ...Reid Kleckner2-0/+2
2020-12-04ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFCDuncan P. N. Exon Smith2-2/+0
2020-10-13Revert "DirectoryWatcher: add an implementation for Windows"Reid Kleckner1-259/+19
2020-10-09DirectoryWatcher: add an implementation for WindowsSaleem Abdulrasool1-19/+259
2020-04-23[DirectoryWatcher] Do not use FSEvents on non-macOS platformsVedant Kumar1-0/+17
2020-02-12Add missing newlines at EOF; NFCSven van Haastregt3-3/+3
2020-02-11[DirectoryWatcher] Fix misuse of FSEvents API and data raceBen Langmuir1-14/+18
2020-01-28Fix another implicit conversion in the directory watcherJonas Devlieghere1-1/+1
2020-01-28Fix more implicit conversionsJonas Devlieghere1-1/+1
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2-3/+3
2019-08-13[clang][DirectoryWatcher] Fix Windows stub after LLVM changeJan Korous1-2/+4
2019-08-13[clang] DirectoryWatcher for Windows stubs (to fix build break).Jan Korous2-0/+50
2019-08-07Remove LLVM mutexes from clang in favor of std::mutexBenjamin Kramer1-1/+0
2019-08-06[clang][DirectoryWatcher][NFC] Swapping asserts for llvm fatal_error in createPuyan Lotfi2-3/+9
2019-08-06[DirectoryWatcher] Fix asserts Mac buildsShoaib Meenai1-1/+1
2019-08-06[clang][DirectoryWatcher] Adding llvm::Expected error handling to create.Puyan Lotfi3-21/+21
2019-08-05[DirectoryWatcher][linux] Fix build for older kernelsJan Korous1-2/+1
2019-08-01[DirectoryWatcher] Relax assumption to prevent test flakinessJan Korous1-0/+18
2019-07-29Fix Linux buildJF Bastien1-1/+1
2019-07-29[NFC] avoid AlignedCharArray in clangJF Bastien1-5/+6
2019-07-15[DirectoryWatcher][linux] Fix for older kernelsJan Korous1-2/+7
2019-07-12[DirectoryWatcher][NFC] Silence warnings in release buildJan Korous1-1/+4
2019-07-12[DirectoryWatcher][linux] Fix use of uninitialized valueJan Korous1-2/+2
2019-07-12Reland [clang] DirectoryWatcherJan Korous6-0/+709
2019-07-12Revert "Reland [clang] DirectoryWatcher"Jan Korous6-709/+0
2019-07-12Reland [clang] DirectoryWatcherJan Korous6-0/+709
2019-07-09Revert [clang] DirectoryWatcherReid Kleckner5-688/+0
2019-07-09[clang] DirectoryWatcherJan Korous5-0/+688