Commit 5f68072
authored
[Clang][Sema] Fix issue on requires expression with templated base class member function (#85198)
Fix #84020
Skip checking implicit object parameter in the context of
`RequiresExprBodyDecl`.
Co-authored-by: huqizhi <[email protected]>1 parent 4b22a92 commit 5f68072
File tree
3 files changed
+26
-1
lines changed- clang
- docs
- lib/Sema
- test/SemaCXX
3 files changed
+26
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
| 541 | + | |
541 | 542 | | |
542 | 543 | | |
543 | 544 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7739 | 7739 | | |
7740 | 7740 | | |
7741 | 7741 | | |
7742 | | - | |
| 7742 | + | |
| 7743 | + | |
7743 | 7744 | | |
7744 | 7745 | | |
7745 | 7746 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments