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

#132 #136 C++ port light refactororing and bug fix #140

Merged
merged 14 commits into from
Aug 1, 2024

Commits on Aug 1, 2024

  1. mike-lischke#132 Configure Clang-Tidy identifier naming

    Signed-off-by: vityaman <vityaman.dev@yandex.ru>
    vityaman committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    426e4d2 View commit details
    Browse the repository at this point in the history
  2. mike-lischke#132 Make internal types private

    Signed-off-by: vityaman <vityaman.dev@yandex.ru>
    vityaman committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    81f04fb View commit details
    Browse the repository at this point in the history
  3. mike-lischke#132 Reduce copy-constructor calls

    Signed-off-by: vityaman <vityaman.dev@yandex.ru>
    vityaman committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6ecb2b7 View commit details
    Browse the repository at this point in the history
  4. mike-lischke#136 Fix CppParser::SimpleExample test

    Signed-off-by: vityaman <vityaman.dev@yandex.ru>
    vityaman committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    80b9e3f View commit details
    Browse the repository at this point in the history
  5. mike-lischke#132 Use unordered map instead of ordered

    Signed-off-by: vityaman <vityaman.dev@yandex.ru>
    vityaman committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8660535 View commit details
    Browse the repository at this point in the history
  6. mike-lischke#132 Store const Token pointers

    Signed-off-by: vityaman <vityaman.dev@yandex.ru>
    vityaman committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8cf408d View commit details
    Browse the repository at this point in the history
  7. mike-lischke#132 Document out of bounds caret behavior

    Signed-off-by: vityaman <vityaman.dev@yandex.ru>
    vityaman committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    ee978db View commit details
    Browse the repository at this point in the history
  8. mike-lischke#132 Remove redundant condition

    Signed-off-by: vityaman <vityaman.dev@yandex.ru>
    vityaman committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    af30224 View commit details
    Browse the repository at this point in the history
  9. mike-lischke#132 Remove redundant variable

    Signed-off-by: vityaman <vityaman.dev@yandex.ru>
    vityaman committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    695ad15 View commit details
    Browse the repository at this point in the history
  10. mike-lischke#132 Use all_of to reduce duplication

    Signed-off-by: vityaman <vityaman.dev@yandex.ru>
    vityaman committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a393a8f View commit details
    Browse the repository at this point in the history
  11. mike-lischke#132 Refactor all_of-like logic

    Signed-off-by: vityaman <vityaman.dev@yandex.ru>
    vityaman committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1f788d9 View commit details
    Browse the repository at this point in the history
  12. mike-lischke#132 Refactor DFS code

    Signed-off-by: vityaman <vityaman.dev@yandex.ru>
    vityaman committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    bb82cf1 View commit details
    Browse the repository at this point in the history
  13. mike-lischke#132 Use std::ranges::find

    Signed-off-by: vityaman <vityaman.dev@yandex.ru>
    vityaman committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    86ee323 View commit details
    Browse the repository at this point in the history
  14. mike-lischke#132 Use pragma once

    Signed-off-by: vityaman <vityaman.dev@yandex.ru>
    vityaman committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8826edd View commit details
    Browse the repository at this point in the history