You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake presets for Boost, AWS SDK C++ and the main projects now use
'clang-19'.
GitHub Actions scripts now use 'clang19_xxx' presets instead of
'clang1_xxx'.
Clang Format and Clang Tidy invocations in GitHub Actions scripts
changed to version 19.
Fixed new clang-19-specific Clang Tidy warnings in the source code.
Verified that "-stdlib=libc++ -fsanitize=address" alloc-dealloc-mismatch
issue (llvm/llvm-project#59432) still exists
in Clang 19 - updated TODO item to try again in Clang 20.
0 commit comments