All of lore.kernel.org
 help / color / mirror / Atom feed
From: mcgrof@kernel.org (Luis R. Rodriguez)
To: cocci@systeme.lip6.fr
Subject: [Cocci] [PATCH v2 0/3] coccinelle: add control flow docs and demos
Date: Thu, 19 May 2016 16:08:53 -0700	[thread overview]
Message-ID: <1463699336-16151-1-git-send-email-mcgrof@kernel.org> (raw)

This v2 addresses the typos and issues from the RFC. This also
adds some "depends on" documentation at the end of the control
flow section as well.

Luis R. Rodriguez (3):
  tests: add test to remove single statement from branch
  demos: add basic series of demos for exists and forall
  coccinelle: add control flow documentation

 demos/exists1.c                    |  20 +++
 demos/exists1.cocci                |   9 ++
 demos/exists1.res                  |  21 +++
 demos/exists2.c                    |  21 +++
 demos/exists2.cocci                |  13 ++
 demos/exists2.res                  |  23 ++++
 demos/exists3.c                    |  21 +++
 demos/exists3.cocci                |  12 ++
 demos/exists3.res                  |  23 ++++
 demos/exists4.c                    |  22 ++++
 demos/exists4.cocci                |  13 ++
 demos/exists4.res                  |  21 +++
 docs/manual/Makefile               |   6 +-
 docs/manual/cocci_syntax.tex       | 257 +++++++++++++++++++++++++++++++++++++
 docs/manual/flow1.c                |  10 ++
 docs/manual/flow2.c                |  11 ++
 tests/remove-code-in-branch1.c     |   7 +
 tests/remove-code-in-branch1.cocci |   4 +
 tests/remove-code-in-branch1.res   |   7 +
 19 files changed, 520 insertions(+), 1 deletion(-)
 create mode 100644 demos/exists1.c
 create mode 100644 demos/exists1.cocci
 create mode 100644 demos/exists1.res
 create mode 100644 demos/exists2.c
 create mode 100644 demos/exists2.cocci
 create mode 100644 demos/exists2.res
 create mode 100644 demos/exists3.c
 create mode 100644 demos/exists3.cocci
 create mode 100644 demos/exists3.res
 create mode 100644 demos/exists4.c
 create mode 100644 demos/exists4.cocci
 create mode 100644 demos/exists4.res
 create mode 100644 docs/manual/flow1.c
 create mode 100644 docs/manual/flow2.c
 create mode 100644 tests/remove-code-in-branch1.c
 create mode 100644 tests/remove-code-in-branch1.cocci
 create mode 100644 tests/remove-code-in-branch1.res

-- 
2.7.2

             reply	other threads:[~2016-05-19 23:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-19 23:08 Luis R. Rodriguez [this message]
2016-05-19 23:08 ` [Cocci] [PATCH v2 1/3] tests: add test to remove single statement from branch Luis R. Rodriguez
2016-05-21 13:03   ` Julia Lawall
2016-05-19 23:08 ` [Cocci] [PATCH v2 2/3] demos: add basic series of demos for exists and forall Luis R. Rodriguez
2016-05-21  7:08   ` SF Markus Elfring
2016-05-21 13:15   ` Julia Lawall
2016-05-19 23:08 ` [Cocci] [PATCH v2 3/3] coccinelle: add control flow documentation Luis R. Rodriguez
2016-05-20 11:45   ` SF Markus Elfring
2016-05-21 13:52   ` Julia Lawall
2016-05-21 14:37     ` SF Markus Elfring
2016-05-21 15:49       ` Julia Lawall
2016-05-21 15:08         ` SF Markus Elfring
2016-05-23  7:43         ` SF Markus Elfring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1463699336-16151-1-git-send-email-mcgrof@kernel.org \
    --to=mcgrof@kernel.org \
    --cc=cocci@systeme.lip6.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.