[all-commits] [llvm/llvm-project] bfb686: Thread Safety Analysis: Move opcode comparison to ...
Aaron Puchert via All-commits
all-commits at lists.llvm.org
Sun Jul 13 15:12:14 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bfb686bb5ba503e9386dc899e1ebbe2488e6a0a8
https://github.com/llvm/llvm-project/commit/bfb686bb5ba503e9386dc899e1ebbe2488e6a0a8
Author: Aaron Puchert <aaronpuchert at alice-dsl.net>
Date: 2025-07-14 (Mon, 14 Jul 2025)
Changed paths:
M clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
Log Message:
-----------
Thread Safety Analysis: Move opcode comparison to Comparator (NFC)
The switch assumes that both operands have the same opcode, so it's
probably cleaner if we do the comparison there. This also deduplicates
the comparison.
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