Skip to content

Initial version of the checked-c conversion tool. Current features: #33

@secure-sw-dev-bot

Description

@secure-sw-dev-bot

This issue was copied from checkedc/checkedc-clang#33


  • Processes single C files or multiple C files (up to whole programs)
  • Infers "ptr-ness" for local variables used in those programs.
  • Re-write many source files
  • Supports many aspects of the C grammar
  • Contains unit tests

Current weaknesses:

  • Macro support is limited
  • Casting support is limited, needs structural type equality checks
  • No inherent support for standard library functions.
  • Doesn't honor existing checked C types

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions