[Issue 21941] dtoh:Warning about keyword identifiers should include C extensions
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jul 1 16:55:08 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21941
--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #12707 "Issue 21941 - Extend the list of reserved words
for dtoh" was merged into master:
- a9e531ba376967510c079af19d76b42699a20ac4 by MoonlightSentinel:
Issue 21941 - Extend the list of reserved words for dtoh
Adds several entries regarding C(++) keywords, extensions and default
macros provided by gcc and clang. Also rejects all identifiers starting
with __ because those are reserved by C++ compilers
Doesn't "fix" the issue because the list is confined to common keywords
and not an exhaustive list of all possible extensions.
https://github.com/dlang/dmd/pull/12707
--
More information about the Digitalmars-d-bugs
mailing list