Skip to content
Snippets Groups Projects
  1. Mar 21, 2022
    • Virgile Prevosto's avatar
      [kernel] Better casts introduction · b387e3bd
      Virgile Prevosto authored
      - always remove FC's internal attribute everywhere before deciding whether
        a cast is needed.
      - ACSL and C decisions to cast are similar
      - only unroll type for checking equality. If a cast is needed, keep
        typedef (if any) as target
      b387e3bd
  2. Feb 16, 2022
  3. Jan 06, 2022
  4. Sep 03, 2020
  5. Oct 04, 2019
  6. Jul 26, 2019
  7. Apr 09, 2019
  8. Mar 19, 2019
  9. Mar 14, 2019
    • Virgile Prevosto's avatar
      [parsing] Allow attributes in declarator lists · 6bd64624
      Virgile Prevosto authored
      Previously, the parser only allowed attributes at beginning of a declaration
      (like for `const`, `static`, ...). However, gcc accepts to have attributes
      in the rest of the declaration (after the first comma, like for a pointer or
       array declarator).
      
      Fixes #616
      6bd64624
  10. Feb 05, 2019
  11. Jan 14, 2019
  12. Dec 12, 2018
  13. Dec 04, 2018
  14. Dec 03, 2018
  15. Nov 28, 2018
  16. Nov 23, 2018
  17. Nov 22, 2018
  18. Nov 16, 2018
  19. Oct 31, 2018
Loading