[PATCH] D51190: [AttrDocs]: document gnu_inline function attribute

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 27 15:18:32 PDT 2018


efriedma added a comment.

Thanks for taking the time to write documentation.

The phrase "C89 convention" is misleading; the original ISO C standard doesn't define the inline keyword at all.  Maybe something along the lines of "GNU inline extension".  And maybe mention it's the default with -std=gnu89.


Repository:
  rC Clang

https://reviews.llvm.org/D51190





More information about the cfe-commits mailing list