MantisBT - Z.C++ | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0000014 | Z.C++ | [All Projects] Feature Request | public | 2011-01-09 23:52 | 2011-01-10 09:34 |
| Reporter | zaimoni | ||||
| Assigned To | |||||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | new | Resolution | open | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Vaporware | Fixed in Version | |||
| Summary | 0000014: Enforce standards' restrictions on identifiers | ||||
| Description | From GCC: #pragma GCC poison ___ ... : makes referenced identifiers preprocessing errors when tokenized after this point. Doesn't affect uses before that point, even in macro expansions. * this is a special case of a feature needed to allow headers to enforce C/C++/POSIX reserved keywords. We also need to render identifiers toxic by prefix and/or suffix, in some cases context-sensitively. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-01-09 23:52 | zaimoni | New Issue | |||
| 2011-01-10 00:37 | zaimoni | Category | Backend/Core => Feature Request | ||
| 2011-01-10 09:34 | zaimoni | Target Version | => Vaporware | ||
| There are no notes attached to this issue. |