Commit 43859c0
[Clang][NFC] Consolidate the parameter check for the
This patch is a follow-up to llvm#109831. In the discussion, we agreed that
having parameter checks scattered across different areas isn't ideal.
Therefore, I suggest merging the check from llvm#88974 into the void
parameter check. This change won't impact functionality and will enhance
maintainability.requires expression parameter. (llvm#110773)1 parent 9e658fb commit 43859c0
2 files changed
+18
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7950 | 7950 | | |
7951 | 7951 | | |
7952 | 7952 | | |
7953 | | - | |
| 7953 | + | |
7954 | 7954 | | |
7955 | | - | |
7956 | | - | |
7957 | | - | |
7958 | | - | |
7959 | | - | |
7960 | | - | |
7961 | | - | |
7962 | | - | |
7963 | | - | |
7964 | | - | |
7965 | | - | |
7966 | | - | |
7967 | | - | |
7968 | 7955 | | |
7969 | 7956 | | |
7970 | 7957 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9519 | 9519 | | |
9520 | 9520 | | |
9521 | 9521 | | |
9522 | | - | |
9523 | | - | |
9524 | | - | |
| 9522 | + | |
9525 | 9523 | | |
9526 | 9524 | | |
9527 | 9525 | | |
9528 | 9526 | | |
9529 | 9527 | | |
9530 | | - | |
| 9528 | + | |
| 9529 | + | |
| 9530 | + | |
| 9531 | + | |
| 9532 | + | |
| 9533 | + | |
| 9534 | + | |
| 9535 | + | |
| 9536 | + | |
| 9537 | + | |
| 9538 | + | |
| 9539 | + | |
| 9540 | + | |
| 9541 | + | |
| 9542 | + | |
| 9543 | + | |
9531 | 9544 | | |
9532 | 9545 | | |
9533 | 9546 | | |
| |||
0 commit comments