[Issue 15671] The compiler should take into account inline pragmas when inlining

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jun 9 06:24:50 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=15671

Tobias Pankrath <tobias at pankrath.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tobias at pankrath.net

--- Comment #3 from Tobias Pankrath <tobias at pankrath.net> ---
LLVM has flatten [1] next to inline. I think what you want at this point is the
behaviour of flatten.

[1] https://clang.llvm.org/docs/AttributeReference.html#flatten

--


More information about the Digitalmars-d-bugs mailing list