[all-commits] [llvm/llvm-project] 090a81: [analyzer][NFC] Fix a warning in RegionStore.cpp (...
Balazs Benics via All-commits
all-commits at lists.llvm.org
Tue Sep 9 06:37:23 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 090a81fbfac1c1cf2fb4021b035c47dcd2d35772
https://github.com/llvm/llvm-project/commit/090a81fbfac1c1cf2fb4021b035c47dcd2d35772
Author: Balazs Benics <benicsbalazs at gmail.com>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M clang/lib/StaticAnalyzer/Core/RegionStore.cpp
Log Message:
-----------
[analyzer][NFC] Fix a warning in RegionStore.cpp (#157630)
```
clang/lib/StaticAnalyzer/Core/RegionStore.cpp: warning: bitwise operation between different enumeration types ('Kind' and '(anonymous namespace)::BindingKey::(unnamed enum at clang/lib/StaticAnalyzer/Core/RegionStore.cpp)') is deprecated [-Wdeprecated-anon-enum-enum-conversion]
XX | : P(r, k | Symbolic), Data(reinterpret_cast<uintptr_t>(Base)) {
| ~ ^ ~~~~~~~~
1 warning generated.
```
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