uber/h3

Update clang and add ARM msan

Open

#979 opened on Mar 6, 2025

 (0 comments) (0 reactions) (0 assignees)C (585 forks)github user discovery
help wanted

Repository metrics

Stars
 (6,310 stars)
PR merge metrics
 (Avg merge 7d 19h) (17 merged PRs in 30d)

Description

As discussed in https://github.com/uber/h3/pull/975, we would like the ability to run -fsanitize=memory -fno-sanitize-recover=memory on ARM, which we think is unblocked by upgrading clang.

Note: This might also affect the version of clang-format that the project uses, which is currently at 14.

@isaacbrodsky, let me know if I'm missing anything or got something wrong!

Contributor guide