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

Split declaration statements #19

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    6a2e7ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d22e84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b26cabd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91a3080 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55c9817 View commit details
    Browse the repository at this point in the history
  6. Code refactoring

    Valeriya-avt committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d6f15cb View commit details
    Browse the repository at this point in the history
  7. Segmentation fault fix

    Valeriya-avt committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    f39f72b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79820d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4cbbb7e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ef16fb4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7ddd390 View commit details
    Browse the repository at this point in the history
  12. Fix issue with splitting global declarations. Add the ability to spli…

    …t initializations of global variables
    Valeriya-avt committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    faa94bb View commit details
    Browse the repository at this point in the history
  13. Fixed an issue with splitting global pointer declarations

    Removed processing of all global variable declarations in each iteration.
    Now, each global variable declaration is processed only once.
    Valeriya-avt committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    60c2a0b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ac3ce33 View commit details
    Browse the repository at this point in the history