View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
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. |
Tags | No tags attached. |
|
Attached Files | |
|