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

A2-10-1: add functions and types to identifier consideration #546

Merged
merged 25 commits into from May 8, 2024

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    5d3c27b View commit details
    Browse the repository at this point in the history
  2. Fix predicate name change

    knewbury01 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a1f4362 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    9be5a7b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. IdentifierHidden: add missing exception testcases and address nested …

    …named namespaces exception
    knewbury01 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ef110cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edf41d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    fff63e6 View commit details
    Browse the repository at this point in the history
  2. IdentifierHidden: move type exclusion to rule not userdecl type, and …

    …omit intentional overloads
    knewbury01 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    20d9dd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    169cbe7 View commit details
    Browse the repository at this point in the history
  4. IdentifierHidden: reformat

    knewbury01 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    63cec52 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    97ccd29 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Update cpp/common/src/codingstandards/cpp/Scope.qll

    Co-authored-by: Remco Vermeulen <rvermeulen@users.noreply.github.com>
    knewbury01 and rvermeulen committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ab57036 View commit details
    Browse the repository at this point in the history
  2. Update cpp/common/src/codingstandards/cpp/Scope.qll

    Co-authored-by: Remco Vermeulen <rvermeulen@users.noreply.github.com>
    knewbury01 and rvermeulen committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3d2e413 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    5606a6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37d9bd9 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    908b6e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a21fa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20ef634 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge pull request #2 from rvermeulen/rvermeulen/lambda-scope

    Handle lambda scope using `Scope` class
    knewbury01 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    69d18f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30aa044 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    24247d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22a80f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0ff1a1 View commit details
    Browse the repository at this point in the history
  4. Reformat query

    knewbury01 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b2c5896 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    a9f55d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. IdentifierHidden: revert realisitic compile time constant model in la…

    …mbda hiding
    
    due to performance the simpler heurisitic is better
    knewbury01 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    80432d8 View commit details
    Browse the repository at this point in the history