Whitespace Ignore whitespace Split Unified 2 changes: 2 additions & 0 deletions 2 .clang-tidy-ignore Original file line numberDiff line numberDiff line change @@ -0,0 +1,2 @@ external/* inc/* 0 comments on commit 3a4a4cd Please sign in to comment. Footer...
Whitespace Ignore whitespace Split Unified 10 changes: 10 additions & 0 deletions 10 .clang-tidy Original file line numberDiff line numberDiff line change @@ -5,12 +5,16 @@ bugprone-*,\ -bugprone-easily-swappable-parameters,\ -bugprone-empty-catch,\ -bugprone-implicit-widening-of-multiplic...
Folders and files Latest commit Cannot retrieve latest commit at this time. History70 Commits .github/workflows bindings cmake docs examples include lib projects resources runtimes test tools unittests utils .arcconfig .clang-format .clang-tidy .gitattributes .gitignore C...
tidy/index.rst | 1 + .../modernize/use-integer-sign-comparison.cpp | 61 +++++ .../qt/qt-integer-sign-comparison.cpp | 61 +++++ 14 files changed, 545 insertions(+) create mode 100644 clang-tools-extra/clang-tidy/modernize/UseIntegerSignComparisonCheck.cpp create mode 100644 clang-...
files changed, 90 insertions(+), 5 deletions(-) diff --git a/clang-tools-extra/clang-tidy/cppcoreguidelines/MissingStdForwardCheck.cpp b/clang-tools-extra/clang-tidy/cppcoreguidelines/MissingStdForwardCheck.cpp index 0b85ea19735eef..370de12999aceb 100644 --- a/clang-tools-extra/clang-tidy...
(Ignorelist) Suppressing memory leaks Code generation control Instrumentation code outlining Limitations Supported Platforms Current Status More Information ThreadSanitizer Introduction How to build Supported Platforms Usage __has_feature(thread_sanitizer) __attribute__((no_sanitize("thread"))) __attribute_...
- key: readability-function-cognitive-complexity.IgnoreMacros value: true .clang-format .clang-format是一个用于配置 clang-format 工具的文件。clang-format 是一个代码格式化工具,用于自动调整代码格式以满足一定的编程风格。它可以处理诸如缩进、空格、括号位置等细节,以保证代码的整洁和一致性。
By default, ReSharper takes into account Clang-Format properties even if you opt for ReSharper C++ formatter engine, and they will override preferences defined in ReSharper and Visual Studio options as well asEditorConfig styles. If you want ReSharper to ignore Clang-Format styles for code formatting...
Minor updates of the clangsa,clang-tidy profiles 7个月前 docker [fix] Fix starting test docker containers 5年前 docs [cmd] Add --anywhere-on-report-path flag to CLI 7个月前 requirements_py/docs [cfg] Fix readthedocs not properly building ...
The [[gsl::suppress]] attribute suppresses specific clang-tidy diagnostics for rules of the C++ Core Guidelines in a portable way. The attribute can be attached to declarations, statements, and at namespace scope. [[gsl::suppress("Rh-public")]] void f_() { int *p; [[gsl::suppress("...