23 Star 86 Fork 0

Gitee 极速下载/clickhouse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/yandex/ClickHouse
克隆/下载
.clangd 776 Bytes
一键复制 编辑 原始数据 按行查看 历史
Azat Khuzhin 提交于 2025-01-04 01:59 +08:00 . Configure clangd to always use angled brackets
Diagnostics:
# clangd does parse .clang-tidy, but some checks are too slow to run in
# clang-tidy build, so let's enable them explicitly for clangd at least.
ClangTidy:
# The following checks had been disabled due to slowliness with C++23,
# for more details see [1].
#
# [1]: https://github.com/llvm/llvm-project/issues/61418
#
# But the code base had been written in a style that had been checked
# by this check, so at least, let's enable it for clangd.
Add: [
# configured in .clang-tidy
readability-identifier-naming,
bugprone-reserved-identifier,
]
# Require LLVM 20 (https://github.com/llvm/llvm-project/pull/67749)
Style:
AngledHeaders: [".*"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/mirrors/clickhouse.git
git@gitee.com:mirrors/clickhouse.git
mirrors
clickhouse
clickhouse
master

搜索帮助