Skip to content

Commit

Permalink
support array types
Browse files Browse the repository at this point in the history
  • Loading branch information
KRM7 committed Feb 18, 2024
1 parent 976a840 commit 0215236
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 83 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
include:
- cxx: clang++-15
pkgs: clang-15 llvm-15
- cxx: g++-12
pkgs: g++-12

env:
ASAN_OPTIONS: check_initialization_order=1:strict_init_order=1:detect_stack_use_after_return=1:detect_leaks=1:detect_invalid_pointer_pairs=2
Expand Down
35 changes: 0 additions & 35 deletions core-guidelines.ruleset

This file was deleted.

Loading

0 comments on commit 0215236

Please sign in to comment.