Skip to content
Snippets Groups Projects
  1. Feb 05, 2025
  2. Feb 04, 2025
  3. Feb 03, 2025
  4. Jan 31, 2025
  5. Jan 30, 2025
  6. Jan 29, 2025
    • Basile Desloges's avatar
      [kernel] Fix typing of types in builtins · 36612966
      Basile Desloges authored
      The builtins `__builtin_types_compatible_p` and `__builtin_va_arg` need
      a type as argument. Frama-C converts them to an expression to be able to
      type the builtin call.
      
      This commit change the conversion in `cparser.mly` from a sizeof on the
      type to a cast with a marker indicating from which builtin the argument
      is coming from. This allows `cabs2cil` to type this expression
      differently than a regular cast or sizeof.
      36612966
    • Allan Blanchard's avatar
      9e42a915
  7. Jan 28, 2025
  8. Jan 24, 2025
Loading