chore: update clang files
This commit is contained in:
+1
-1
@@ -43,4 +43,4 @@ PackConstructorInitializers: CurrentLine
|
|||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
TabWidth: 4
|
TabWidth: 4
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
SortIncludes: CaseSensitive
|
SortIncludes: CaseSensitive
|
||||||
+1
-2
@@ -1,4 +1,3 @@
|
|||||||
# Generated from CLion Inspection settings
|
|
||||||
---
|
---
|
||||||
Checks: '-*,
|
Checks: '-*,
|
||||||
bugprone-argument-comment,
|
bugprone-argument-comment,
|
||||||
@@ -123,7 +122,6 @@ portability-simd-intrinsics,
|
|||||||
readability-avoid-const-params-in-decls,
|
readability-avoid-const-params-in-decls,
|
||||||
readability-const-return-type,
|
readability-const-return-type,
|
||||||
readability-container-size-empty,
|
readability-container-size-empty,
|
||||||
readability-convert-member-functions-to-static,
|
|
||||||
readability-delete-null-pointer,
|
readability-delete-null-pointer,
|
||||||
readability-deleted-default,
|
readability-deleted-default,
|
||||||
readability-inconsistent-declaration-parameter-name,
|
readability-inconsistent-declaration-parameter-name,
|
||||||
@@ -143,3 +141,4 @@ readability-static-definition-in-anonymous-namespace,
|
|||||||
readability-string-compare,
|
readability-string-compare,
|
||||||
readability-uniqueptr-delete-release,
|
readability-uniqueptr-delete-release,
|
||||||
readability-use-anyofallof'
|
readability-use-anyofallof'
|
||||||
|
...
|
||||||
@@ -1,15 +1,13 @@
|
|||||||
Diagnostics:
|
Diagnostics:
|
||||||
Suppress:
|
Suppress:
|
||||||
- "-Wmicrosoft-enum-forward-reference"
|
- "-Wmicrosoft-enum-forward-reference"
|
||||||
- "-Wc++11-narrowing"
|
- "-Wc++11-narrowing"
|
||||||
- "-Wc++2b-extensions"
|
- "-Wc++2b-extensions"
|
||||||
- "-Wmicrosoft-cast"
|
- "-Wmicrosoft-cast"
|
||||||
CompileFlags:
|
CompileFlags:
|
||||||
Add:
|
Add:
|
||||||
- "-ferror-limit=0"
|
- "-ferror-limit=0"
|
||||||
- "-D__FUNCTION__=\"dummy\""
|
- '-D__FUNCTION__="dummy"'
|
||||||
- "-Yumc/_HeaderOutputPredefine.h"
|
- "-Dnsel_CONFIG_SELECT_EXPECTED=nsel_EXPECTED_NONSTD"
|
||||||
- "-FImc/_HeaderOutputPredefine.h" # clangd bug can't find pch file
|
- "/std:c++20"
|
||||||
Remove:
|
- "-D_HAS_CXX23=1"
|
||||||
- "/Yu_HeaderOutputPredefine.h"
|
|
||||||
- "/FI_HeaderOutputPredefine.h"
|
|
||||||
Reference in New Issue
Block a user