その他の clang-format-17 関連パッケージ依存 推奨 提案 enhanceslibc6 (>= 2.34) GNU C Library: Shared libraries libclang-cpp17t64 (>= 1:17.0.6) C++ interface to the Clang library libllvm17t64 (= 1:17.0.6-20) Modular compiler and toolchain technologies, runtime library ...
AfterObjCDeclaration: true AfterStruct: true AfterUnion: true AfterExternBlock: true BeforeCatch: true BeforeElse: true BeforeLambdaBody: true BeforeWhile: false IndentBraces: false SplitEmptyFunction: true SplitEmptyRecord: true SplitEmptyNamespace: true BreakAfterAttributes: Never BreakAfterJavaField...
1 change: 1 addition & 0 deletions 1 .git-blame-ignore-revs Original file line numberDiff line numberDiff line change @@ -9,3 +9,4 @@ dcc07cfe4ed3f7fb60c7a0d1563236eac0a0b053 593664dcdb11951d2538bd78d6620b03ca95392a 64139a6bbd6f85155c709035d82e91f52c2e36fe 7628265099724671a1682f6b...
"C_Cpp.clang_format_fallbackStyle":"Google",# 可选的格式化风格"clang-format.executable":"/usr/bin/clang-format",# 本地clang-format可执行文件的路径"[cpp]":{"editor.defaultFormatter":"xaver.clang-format"# 指定vscode默认启动的格式化工具}...
export CLANG_TIDY_LLVM_INSTALL_DIR=/usr/lib/llvm-17 export CMAKE_GENERATOR=Ninja ./run-clang-tidy.sh check_cmake_file_lists: 2 changes: 1 addition & 1 deletion 2 apps/hannk/interpreter/allocation_planner.cpp Original file line numberDiff line numberDiff line change @@ -250,7 +250,7...
#include <cmath> #include <chrono> //time check #include <vector> #include <memory> #include <deque> #include <mutex> #include <string> @@ -17,12 +17,12 @@ #include <iostream> /// ROS #include <ros/ros.h> #include <ros/package.h> // get package_path #include <rosbag/bag...
106 changes: 51 additions & 55 deletions 106 src/kcov.c Original file line numberDiff line numberDiff line change @@ -17,73 +17,69 @@ #define KCOV_TRACE_CMP 1 struct kcov { int fd; uint64_t *cover; int fd; uint64_t *cover; }; struct kcov *kcov_new(void) { int fd = ...
33 changes: 17 additions & 16 deletions 33 source/main.c Original file line numberDiff line numberDiff line change @@ -1,37 +1,38 @@ #include <assert.h> #include <arpa/inet.h> #include <assert.h> #include <deko3d.h> #include <elf.h> #include <psp2/kernel/threadmgr.h> #...
ntadej committed Oct 14, 2023 Verified 1 parent df4582b commit 4a5c563 Showing 14 changed files with 66 additions and 20 deletions. Whitespace Ignore whitespace Split Unified .clang-format .pre-commit-config.yaml examples/minimal main.cpp src core geojson_p.hpp map_renderer_p.hpp ...
MII makes low-latency and high-throughput inference possible, powered by DeepSpeed. - Update clang-format version to match DeepSpeed (#538) · microsoft/DeepSpeed-MII@58060ea