Files
clang-p2996/clang/lib/Serialization/GlobalModuleIndex.cpp
Jan Svoboda dafb566710 [Support] Return LockFileManager errors right away (#130627)
This patch removes some internal state out of `LockFileManager` by
moving the locking code from the constructor into new member function
`tryLock()` which returns the errors right away. This simplifies and
modernizes the interface.
2025-03-11 13:49:44 -07:00

30 KiB