[all-commits] [llvm/llvm-project] 07092e: [asan] Fix GCC warning "left shift count >= width"
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Fri Nov 12 13:04:16 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07092ea6bd1370da5eb9e05cc2910039f5f08bbd
https://github.com/llvm/llvm-project/commit/07092ea6bd1370da5eb9e05cc2910039f5f08bbd
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-11-12 (Fri, 12 Nov 2021)
Changed paths:
M compiler-rt/lib/asan/asan_allocator.cpp
Log Message:
-----------
[asan] Fix GCC warning "left shift count >= width"
Fixes PR52385
More information about the All-commits
mailing list