Commit 2dabc7d
committed
[C] Fix issue with -Wimplicit-void-ptr-cast
The changes from llvm#136855
missed a change with atomic assignment constraints. This fixes a bug
where we'd accidentally drop a non-atomic-to-atomic conversion step.
Fixes llvm#1541571 parent 92a91f7 commit 2dabc7d
File tree
2 files changed
+12
-4
lines changed- clang
- lib/Sema
- test/Sema
2 files changed
+12
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9317 | 9317 | | |
9318 | 9318 | | |
9319 | 9319 | | |
9320 | | - | |
| 9320 | + | |
9321 | 9321 | | |
9322 | | - | |
9323 | | - | |
| 9322 | + | |
| 9323 | + | |
9324 | 9324 | | |
9325 | 9325 | | |
9326 | 9326 | | |
9327 | | - | |
| 9327 | + | |
9328 | 9328 | | |
9329 | 9329 | | |
9330 | 9330 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
0 commit comments