[all-commits] [llvm/llvm-project] 2feac3: [clangd] Replace writeFileAtomically with writeToO...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Fri Jun 30 01:03:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2feac34aeeaf67943492a5adfe45c3f4767bdfe4
https://github.com/llvm/llvm-project/commit/2feac34aeeaf67943492a5adfe45c3f4767bdfe4
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp
Log Message:
-----------
[clangd] Replace writeFileAtomically with writeToOutput, NFC
We're going to deprecate the writeFileAtomically API, in favour of
writeToOutput.
More information about the All-commits
mailing list