[all-commits] [llvm/llvm-project] ff60af: [clang-tidy] Utilize comparison operation implemen...
Danny Mösch via All-commits
all-commits at lists.llvm.org
Mon Mar 28 14:34:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff60af91ac0bbab12dd5ff5dc9b78bc1636f2d86
https://github.com/llvm/llvm-project/commit/ff60af91ac0bbab12dd5ff5dc9b78bc1636f2d86
Author: Danny Mösch <danny.moesch at icloud.com>
Date: 2022-03-28 (Mon, 28 Mar 2022)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/test/clang-tidy/checkers/bugprone-sizeof-expression.cpp
Log Message:
-----------
[clang-tidy] Utilize comparison operation implemented in APInt
This is a fix for #53963.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D122544
More information about the All-commits
mailing list