Commit 20f56d1
authored
[libc++abi] Fix C++ demangling for _BitInt type (llvm#143466)
The front-end expects _BitInt to be available for substitution; ensure DB<n> is
added to Subs in ItaniumDemangle.h. Also add a test case to libc++abi and
sync the files to llvm/include/llvm.1 parent c873e5f commit 20f56d1
File tree
4 files changed
+8
-2
lines changed- libcxxabi
- src/demangle
- test
- llvm/include/llvm
- Demangle
- Testing/Demangle
4 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4468 | 4468 | | |
4469 | 4469 | | |
4470 | 4470 | | |
4471 | | - | |
| 4471 | + | |
| 4472 | + | |
| 4473 | + | |
4472 | 4474 | | |
4473 | 4475 | | |
4474 | 4476 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4468 | 4468 | | |
4469 | 4469 | | |
4470 | 4470 | | |
4471 | | - | |
| 4471 | + | |
| 4472 | + | |
| 4473 | + | |
4472 | 4474 | | |
4473 | 4475 | | |
4474 | 4476 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments