Kazu Hirata
9cf4419e24
[clang] Use std::optional instead of llvm::Optional (NFC)
...
This is part of an effort to migrate from llvm::Optional to
std::optional:
https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
2023-01-02 15:54:57 -08:00
Kazu Hirata
35b4fbb559
[clang] Use std::nullopt instead of None in comments (NFC)
...
This is part of an effort to migrate from llvm::Optional to
std::optional:
https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
2022-12-04 15:57:24 -08:00
Sven van Haastregt
665dcdacc0
Add missing newlines at EOF; NFC
2020-02-12 15:57:25 +00:00
Jan Korous
77dd8a7928
Reland [clang] DirectoryWatcher
...
This reverts commit f561227d133224d2d6a5a016abe4be051fa75501.
- DirectoryWatcher
- Fix the build for platforms that don't have DW implementated.
- Fix the threading dependencies (thanks to compnerd).
llvm-svn: 365954
2019-07-12 20:34:10 +00:00
Jan Korous
f561227d13
Revert "Reland [clang] DirectoryWatcher"
...
This reverts commit fdcb7f47e783933e0af8a5fae91132269a208268.
llvm-svn: 365948
2019-07-12 19:54:36 +00:00
Jan Korous
fdcb7f47e7
Reland [clang] DirectoryWatcher
...
This reverts commit abce8c457dd3de6b156756e547cc0eefb7653c79.
+ Fix the build for platforms that don't have DW implementated.
llvm-svn: 365947
2019-07-12 19:47:55 +00:00
Reid Kleckner
abce8c457d
Revert [clang] DirectoryWatcher
...
This reverts r365574 (git commit 31babea94a3ed38a140540f2252cf043dacec1f7)
llvm-svn: 365581
2019-07-09 23:22:01 +00:00
Jan Korous
31babea94a
[clang] DirectoryWatcher
...
Asynchronously monitors specified directory for changes and passes notifications to provided callback.
Dependency for index-while-building.
Differential Revision: https://reviews.llvm.org/D58418
llvm-svn: 365574
2019-07-09 22:44:48 +00:00