[all-commits] [llvm/llvm-project] 774c39: [libcxx] Resolve warnings for Wshift-sign-overflow
Dominic Chen via All-commits
all-commits at lists.llvm.org
Wed Aug 17 10:31:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 774c39313e83e8087776246c186593ea0c751fd5
https://github.com/llvm/llvm-project/commit/774c39313e83e8087776246c186593ea0c751fd5
Author: Dominic Chen <ddchen at apple.com>
Date: 2022-08-17 (Wed, 17 Aug 2022)
Changed paths:
M libcxx/include/__chrono/duration.h
M libcxx/include/__memory/temporary_buffer.h
M libcxx/include/ratio
M libcxx/utils/libcxx/test/params.py
Log Message:
-----------
[libcxx] Resolve warnings for Wshift-sign-overflow
These warning were identified while debugging modules with Wsystem-headers.
Differential Revision: https://reviews.llvm.org/D131999
More information about the All-commits
mailing list