Skip to content
Snippets Groups Projects
  1. Oct 09, 2024
  2. 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
  3. Feb 16, 2022
  4. Jan 06, 2022
  5. Sep 03, 2020
  6. Oct 04, 2019
  7. Jul 26, 2019
  8. Apr 09, 2019
  9. Mar 19, 2019
  10. 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
  11. Feb 05, 2019
  12. Jan 14, 2019
  13. Dec 12, 2018
  14. Dec 04, 2018
  15. Dec 03, 2018
  16. Nov 28, 2018
  17. Nov 23, 2018
  18. Nov 22, 2018
  19. Nov 16, 2018
  20. Oct 31, 2018
Loading