Skip to content
Snippets Groups Projects
  1. May 07, 2018
  2. May 03, 2018
  3. May 02, 2018
    • Isis Lovecruft's avatar
      Add coccinelle script to change {var_}cell_t to use cell_header_t. · 4beecf7e
      Isis Lovecruft authored
       * ADD new script, scripts/coccinelle/cell_header_t.cocci, which
         transforms accesses to `{var_}cell_t` struct members which have
         been moved into `cell_header_t` to access through the `header`
         member.
      
       * ADD a note in scripts/README describing the added script.
      
       * CHANGE several files, as a result of running the cocci script on
         the codebase (with `spatch --sp-file
         scripts/coccinelle/cell_header_t.cocci --dir src/or --in-place`).
      4beecf7e
  4. May 01, 2018
  5. Apr 30, 2018
Loading