https://bugs.llvm.org/show_bug.cgi?id=49046
Martin Storsjö changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
On Mon, Feb 8, 2021 at 6:15 PM Tom Stellard via cfe-dev
wrote:
>
> Hi,
>
> I've tagged LLVM 11.1.0-rc3. If there are no issues, then I'll be tagging
> the final release in 1 week. Testers please test and upload binaries.
Windows is ready:
$ sha256sum LLVM-11.1.0-rc3*.exe
3f47b610fb629a4135ff16
On 05/02/2021 00:38, Jorge Gorbe Moya wrote:
Wouldn't it be preferable to try_lock in GetDescription (which is the
one currently acquiring the mutex) instead?
I'd be uncomfortable with a function like GetDescription "randomly"
doing nothing (returning an empty string, or whatever). OTOH, while