[llvm-dev] Inline function not eventually inlined is removed

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Mon Aug 9 14:27:58 PDT 2021


On Mon, Aug 09, 2021 at 11:16:19AM -0700, Nick Desaulniers via llvm-dev wrote:
> Also, note that the meaning of `extern inline` changed between C90 and
> C99; it's one of the few semantic changes that are drastic changes
> that I know of between C standard revisions.

No, it didn't. C90 has no inline. The change was between the language
extensions of many compilers and the new standard. That's quite a
different thing.

Joerg


More information about the llvm-dev mailing list