diff options
author | Christopher Ferris <cferris1000@users.noreply.github.com> | 2024-04-01 13:35:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-01 13:35:29 -0700 |
commit | ed6edf262d9061ce3c024754c4981299b5184ee2 (patch) | |
tree | 311bf3b60d6024f7777e877d24f74ea015462dd8 /clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp | |
parent | ee99475068523de185dce0a449b65e684a1e6b73 (diff) | |
download | llvm-ed6edf262d9061ce3c024754c4981299b5184ee2.zip llvm-ed6edf262d9061ce3c024754c4981299b5184ee2.tar.gz llvm-ed6edf262d9061ce3c024754c4981299b5184ee2.tar.bz2 |
[scudo] Change isPowerOfTwo macro to return false for zero. (#87120)
Clean-up all of the calls and remove the redundant == 0 checks.
There is only one small visible change. For non-Android, the memalign
function will now fail if alignment is zero. Before this would have
passed.
Diffstat (limited to 'clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp')
0 files changed, 0 insertions, 0 deletions