Commit c6e4113
[ubsan] Change "Type mismatch in operation" trap reason to "Alignment, null, or object-size error" (llvm#169752)
I originally proposed this rewording when trap reasons were introduced
in
llvm#145967 (comment).
This was not adopted because there was a counter-proposal to split the
enum; however, that work appears to have stalled
(llvm#151243). In the meantime,
there has been an additional datapoint that the current wording is
confusing to users. Thus, let's reword it now to prevent further
confusion.1 parent 5a64f22 commit c6e4113
File tree
2 files changed
+2
-2
lines changed- clang
- lib/CodeGen
- test/DebugInfo/Generic
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
0 commit comments