Commit ae434cd
authored
[C] Fix issue with -Wimplicit-void-ptr-cast (llvm#154351)
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#154157
co-authored-by: @ahatanak1 parent 5cc8c92 commit ae434cd
File tree
2 files changed
+16
-4
lines changed- clang
- lib/Sema
- test/Sema
2 files changed
+16
-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 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
0 commit comments