File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
- # We use pointers to aggregates in a couple of places, intentionally.
2
- # void * would look weird.
3
- Checks : ' -bugprone-sizeof-expression'
1
+ Checks :
2
+ - bugprone-*
3
+ - clang-analyzer-*
4
+ - cppcoreguidelines-*
5
+ - modernize-*
6
+ - -modernize-use-trailing-return-type
7
+ - performance-*
8
+ - portability-*
9
+ - readability-*
10
+ - -readability-identifier-length
11
+ FormatStyle : file
12
+ InheritParentConfig : true
13
+ User : connorbaker
Original file line number Diff line number Diff line change 113
113
# https://github.com/NixOS/nixpkgs/pull/291814 is available
114
114
++ lib . optional ( stdenv . cc . isClang && ! stdenv . buildPlatform . isDarwin ) pkgs . buildPackages . bear
115
115
++ lib . optional ( stdenv . cc . isClang && stdenv . hostPlatform == stdenv . buildPlatform ) [
116
- ( lib . hiPrio pkgs . buildPackages . clang-tools-18 )
116
+ ( lib . hiPrio pkgs . buildPackages . clang-tools_18 )
117
117
pkgs . buildPackages . llvmPackages_18 . lldb
118
118
] ;
119
119
You can’t perform that action at this time.
0 commit comments