Star81
27
代码介绍
代码
Issues9
Pull Requests9
流水线
Actions
讨论
Wiki
项目成员44
分析
项目设置
Star81
27
  1. msdebug
  2. /
  3. clang-tools-extra
  4. /
  5. clangd
  6. /
  7. test
  8. /
  9. index-serialization
FFangrui Song[clangd] Use xxh3_64bits for background index file digests
16d79d26创建于 2023年7月26日历史提交
文件最后提交记录最后更新时间
Inputs
[clangd] Use xxh3_64bits for background index file digests Many sources show that xxh3 is much better than xxh64. This particular instance may or may not have noticeable difference, but this change moves us toward removing xxHash64. Reviewed By: sammccall Differential Revision: https://reviews.llvm.org/D1559922 年前
version-is-correct.test
[clangd] Ensure we test for compatibility of serialized index format Differential Revision: https://reviews.llvm.org/D913305 年前