Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add better C support #135

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Mar 27, 2022

  1. Configuration menu
    Copy the full SHA
    6baaea5 View commit details
    Browse the repository at this point in the history
  2. Add support for register storage class and add C's _Thread_local as a…

    …n alias for C++'s thread_local
    staticintlucas committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    6f7ff1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84c4d1c View commit details
    Browse the repository at this point in the history
  4. Fix issue with positional argument being recognised as value for flag…

    … in compile_commands.json
    staticintlucas committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    da6ef0b View commit details
    Browse the repository at this point in the history
  5. Fixes for failing tests; add cpp_cv_none and cpp_cv_const_volatile co…

    …nstants for backwards compat
    staticintlucas committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    7f67fe4 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Fix formatting

    staticintlucas committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    282e0cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e7a0ca View commit details
    Browse the repository at this point in the history
  3. Fix more formatting

    staticintlucas committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    381a476 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5658ef3 View commit details
    Browse the repository at this point in the history