[clang] Add check in SemaChecking for multiple unsequenced volatile accesses (PR #180955)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 24 07:11:07 PDT 2026
================
----------------
AaronBallman wrote:
```suggestion
x = v1 * v1; // cxx11-warning {{unsequenced accesses to volatile qualified 'v1'}}
```
?
https://github.com/llvm/llvm-project/pull/180955
More information about the cfe-commits
mailing list