~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to changes.txt

  • Committer: Julia Lawall
  • Date: 2021-03-06 16:25:56 UTC
  • Revision ID: git-v1:02c5dccfaefd3563217b02c9c488d52cde3df7ff
fix typo

Reported-by: Markus Elfring <Markus.Elfring@web.de>

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
- Allow command line options to be written in cocci files using the #spatch
38
38
  directive
39
39
- Add --opt-c option to try and process a C file only if it exists (ignore
40
 
  its abence otherwise)
 
40
  its absence otherwise)
41
41
- Allow for user to optionally specify the C++ version with the --c++ argument
42
42
- More efficient management of header files
43
43
** Bugfix