Skip to content
Snippets Groups Projects
  1. Jan 06, 2022
  2. Dec 07, 2021
  3. Mar 07, 2019
    • Virgile Prevosto's avatar
      [printer] ensures labels are not put on declarations · 47914d50
      Virgile Prevosto authored
      Fixes #617
      
      Technically, the C standard distinguishes between declarations and statements,
      and only the latter may have labels attached to them. Thus, printing a label
      directly over a `Local_init` will result in ill-formed C code. In order to
      avoid that, we add a dummy nop (aka `;`) in-between.
      
      A first version was done in !1518, but failed to take into account
      `UnspecifiedSequence` whose first element happens to be a `Local_init` :sob:
      47914d50
  4. Feb 05, 2019
  5. Jan 14, 2019
  6. Dec 12, 2018
  7. Dec 04, 2018
  8. Dec 03, 2018
  9. Nov 28, 2018
  10. Nov 23, 2018
  11. Nov 22, 2018
  12. Nov 16, 2018
  13. Oct 31, 2018
Loading