[all-commits] [llvm/llvm-project] 67e842: [analyzer][Solver] Teach SymbolicRangeInferrer abo...
Balazs Benics via All-commits
all-commits at lists.llvm.org
Fri Oct 18 07:15:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67e84213f59e1f9485d15421bdb7243d25cee07e
https://github.com/llvm/llvm-project/commit/67e84213f59e1f9485d15421bdb7243d25cee07e
Author: Balazs Benics <benicsbalazs at gmail.com>
Date: 2024-10-18 (Fri, 18 Oct 2024)
Changed paths:
M clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
M clang/test/Analysis/unary-sym-expr.c
Log Message:
-----------
[analyzer][Solver] Teach SymbolicRangeInferrer about commutativity (2/2) (#112887)
This patch should not introduce much overhead as it only does one more
constraint map lookup, which is really quick.
Depends on #112583
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list