Thread overview
[Issue 21941] dtoh:Warning about keyword identifiers should include C extensions
Jun 18, 2021
Dlang Bot
Jul 01, 2021
Dlang Bot
Dec 17, 2022
Iain Buclaw
Dec 17, 2022
Iain Buclaw
June 18, 2021
https://issues.dlang.org/show_bug.cgi?id=21941

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel created dlang/dmd pull request #12707 "Issue 21941 - Extend the list of reserved words for dtoh:" mentioning this issue:

- 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.

  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

--
July 01, 2021
https://issues.dlang.org/show_bug.cgi?id=21941

--- Comment #2 from Dlang Bot <dlang-bot@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

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21941

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21941

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4

--