Skip to content

Commit 803b98c

Browse files
committed
wip
1 parent aa801d3 commit 803b98c

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.clang-tidy

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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

packaging/dev-shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ in {
113113
# https://github.com/NixOS/nixpkgs/pull/291814 is available
114114
++ lib.optional (stdenv.cc.isClang && !stdenv.buildPlatform.isDarwin) pkgs.buildPackages.bear
115115
++ 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)
117117
pkgs.buildPackages.llvmPackages_18.lldb
118118
];
119119

0 commit comments

Comments
 (0)