Commit fe68d33
authored
Generate C++ deconflicted with system functions (#1626)
If a type shares a name with a system function, such as, well, "system()", declaring the type by name alone is taken as the function. So we need to prefix the type with "class" or "struct" as appropriate.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>1 parent 7ead6b4 commit fe68d33
File tree
8 files changed
+1480
-1472
lines changed- src
- CppParser/Bindings/CSharp
- i686-apple-darwin12.4.0
- i686-pc-win32-msvc
- x86_64-apple-darwin12.4.0
- x86_64-linux-gnu-cxx11abi
- x86_64-linux-gnu
- x86_64-pc-win32-msvc
- Generator
- Generators/C
- Passes
8 files changed
+1480
-1472
lines changedLines changed: 245 additions & 245 deletions
Large diffs are not rendered by default.
Lines changed: 245 additions & 245 deletions
Large diffs are not rendered by default.
Lines changed: 245 additions & 245 deletions
Large diffs are not rendered by default.
Lines changed: 245 additions & 245 deletions
Large diffs are not rendered by default.
Lines changed: 245 additions & 245 deletions
Large diffs are not rendered by default.
Lines changed: 245 additions & 245 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
499 | 500 | | |
500 | 501 | | |
501 | 502 | | |
502 | | - | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
503 | 508 | | |
504 | 509 | | |
505 | 510 | | |
| |||
547 | 552 | | |
548 | 553 | | |
549 | 554 | | |
550 | | - | |
| 555 | + | |
| 556 | + | |
551 | 557 | | |
552 | 558 | | |
553 | 559 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| 228 | + | |
228 | 229 | | |
229 | 230 | | |
| 231 | + | |
230 | 232 | | |
231 | 233 | | |
232 | 234 | | |
| |||
0 commit comments