customizable namespace. This further allows for testing the libc when the system-libc is also LLVM's libc.+- Improved :doc:`llvmlibc-inline-function-decl+<clang-tidy/checks/llvmlibc/inline-function-decl>` to properly ignore implicit+functions, such as struct constructors.+- Improved :doc:`mi...
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...
1.你是对的,紫红色是一组开发人员的观点,而lint检查是一组不同的开发人员的观点,有时他们是不同...
1.你是对的,紫红色是一组开发人员的观点,而lint检查是一组不同的开发人员的观点,有时他们是不同...
command = "git diff-index --diff-filter=AMU --ignore-all-space --name-only" output = run_shell_command(shlex.split(command) + [revision] + paths) return output.split("\n") def get_all_files(paths): """Returns all files that are tracked by git in the given paths.""" ou...
ClickHouse是俄罗斯第一大搜索引擎Yandex开发的列式储存数据库.令人惊喜的是,这个列式储存数据库的性能大幅超越了很多商业MPP数据库软件,比如Vertica,InfiniDB
+ - Improved :doc:`cppcoreguidelines-narrowing-conversions <clang-tidy/checks/cppcoreguidelines/narrowing-conversions>` check by extending the `IgnoreConversionFromTypes` option to include types without a diff --git a/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/missing-std-forward....
+ IgnoreFailedSplit = Options.get("IgnoreFailedSplit", 0); +} + +void IdentifierCaseCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { + auto const toString = [](CaseType Type) { + switch (Type) { + default: + case AnyCase: ...
Showing 3 changed files with 19 additions and 0 deletions. Whitespace Ignore whitespace Split Unified .clang-tidy ThirdParty .clang-tidy Utilities/MetaIO .clang-tidy 9 changes: 9 additions & 0 deletions 9 .clang-tidy Original file line numberDiff line numberDiff line change @@ -6,6 +6,...
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...