[PATCH] D54995: [MemoryBuffer] By default assume that all files are volatile to prevent unintended file locks
Zachary Turner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 30 10:04:59 PST 2018
zturner added a comment.
Original patch description says this:
> There are reported cases of non-system files being locked by libclang on Windows (and likely by other clients as well)
What is the nature of the reports? What operation is attempted on the files and fails due to locking? And which application is it that's failing and in what way?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54995/new/
https://reviews.llvm.org/D54995
More information about the cfe-commits
mailing list