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

Implement is_structured_binding metafunction #58

Merged
merged 16 commits into from
Jun 23, 2024

Commits on Jun 11, 2024

  1. feat: add is_structured_binding to meta header

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0d2e06d View commit details
    Browse the repository at this point in the history
  2. style: comment

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f16846c View commit details
    Browse the repository at this point in the history
  3. test: add test and stub implementation

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2e2e118 View commit details
    Browse the repository at this point in the history
  4. feat: initial implementation

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    be016dd View commit details
    Browse the repository at this point in the history
  5. test: add more test cases

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    48723a0 View commit details
    Browse the repository at this point in the history
  6. style: formatting

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d9558ed View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. revert: changes of is_variable

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f5152db View commit details
    Browse the repository at this point in the history
  2. revert: few style changes

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    70ccc10 View commit details
    Browse the repository at this point in the history
  3. style: move code according to order from paper

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8680667 View commit details
    Browse the repository at this point in the history
  4. style: move code according to order from paper

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    db954b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8ae65c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fix: fix edge case for type_of with tuple element from structured b…

    …inding
    
    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b11585e View commit details
    Browse the repository at this point in the history
  2. test: structured binding with constant modifier

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    83a00e0 View commit details
    Browse the repository at this point in the history
  3. test: structured binding with volatile modifier

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    76cd9b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. test: add more test cases of struct binding

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    5420427 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. fix: support structured binding in extractfunction

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    cdec408 View commit details
    Browse the repository at this point in the history