#33 closed defect (fixed)
Reserve C++ reserved names in Diana code generation
Reported by: | ginkel | Owned by: | miha |
---|---|---|---|
Priority: | major | Milestone: | Promot 0.8 |
Component: | PromotWriterDiana | Version: | 0.7.1 |
Severity: | fatal | Keywords: | |
Cc: |
Description
Users can define variable names in Promot that are reserved in C++. In this case the generated C++ name must be a translation (e.g. upcase or with leading/trailing _ to avoid problems in g++)
Change History (2)
comment:1 Changed 19 years ago by ginkel
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 17 years ago by rempel
- Milestone changed from Promot 1.0 to Promot 0.8
Note: See
TracTickets for help on using
tickets.
This is solved in [6120] , test are added in that version.