March 15, 2020
https://issues.dlang.org/show_bug.cgi?id=19949

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Geod24 created dlang/dmd pull request #10927 "Fix issue 19949: Implement support for C++ ABI tags" fixing this issue:

- Fix issue 19949 - C++ Mangling: add support for abi-tags from the Itanium ABI

  Implements C++ ABI tags with a few more restruction than the previous PR
(9995).
  In particular, do not follow C++ source-level conventions when impractical
  (e.g. propagation). Since this is a feature that will be seldom used by
users,
  I favored implementation simplicity over user-friendly semantics.

  Co-Authored-By: سليمان السهمي  (Suleyman Sahmi) <sahmi.soulaimane@gmail.com>

https://github.com/dlang/dmd/pull/10927

--
March 16, 2020
https://issues.dlang.org/show_bug.cgi?id=19949

--- Comment #6 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #2990 "Add compiler-recognized UDA for Itanium ABI's abi-tags" was merged into master:

- bf85f57bcf87af7aa5190376e7c520a59797dd35 by سليمان السهمي  (Suleyman Sahmi):
  Add compiler-recognized UDA for Itanium ABI's abi-tags

  This is part of issue 19949.

https://github.com/dlang/druntime/pull/2990

--
March 28, 2020
https://issues.dlang.org/show_bug.cgi?id=19949

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10927 "Fix issue 19949: Implement support for C++ ABI tags" was merged into master:

- 45bc42393d5b8acdd4f940b961aee4614139a09f by Geod24:
  Fix issue 19949 - C++ Mangling: add support for abi-tags from the Itanium ABI

  Implements C++ ABI tags with a few more restriction than the previous PR
(9995).
  In particular, do not follow C++ source-level conventions when impractical
  (e.g. propagation). Since this is a feature that will be seldom used by
users,
  I favored implementation simplicity over user-friendly semantics.

  Co-Authored-By: سليمان السهمي  (Suleyman Sahmi) <sahmi.soulaimane@gmail.com>

https://github.com/dlang/dmd/pull/10927

--
1 2
Next ›   Last »