Re: [PATCH 3/4] Documentation/process: Add fallthrough pseudo-keyword

2019-10-09 Thread Nick Desaulniers
On Sat, Oct 5, 2019 at 10:48 AM Miguel Ojeda wrote: > > On Sat, Oct 5, 2019 at 6:47 PM Joe Perches wrote: > > > > +When the C17/C18 [[fallthrough]] syntax is more commonly supported by > > Note that C17/C18 does not have [[fallthrough]]. C++17 introduced it, > as it is mentioned above. I would k

Re: [PATCH 3/4] Documentation/process: Add fallthrough pseudo-keyword

2019-10-05 Thread Miguel Ojeda
On Sat, Oct 5, 2019 at 6:47 PM Joe Perches wrote: > > diff --git a/Documentation/process/deprecated.rst > b/Documentation/process/deprecated.rst > index 56280e108d5a..a0ffdc8daef3 100644 > --- a/Documentation/process/deprecated.rst > +++ b/Documentation/process/deprecated.rst > @@ -122,14 +122,27

[PATCH 3/4] Documentation/process: Add fallthrough pseudo-keyword

2019-10-05 Thread Joe Perches
Describe the fallthrough pseudo-keyword. Convert the coding-style.rst example to the keyword style. Add description and links to deprecated.rst. Signed-off-by: Joe Perches --- Documentation/process/coding-style.rst | 2 +- Documentation/process/deprecated.rst | 33 +++