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

constexpr and decltype parsing #125

Merged
merged 5 commits into from
Oct 11, 2023
Merged

constexpr and decltype parsing #125

merged 5 commits into from
Oct 11, 2023

Commits on Oct 10, 2023

  1. constexpr and decltype parsing

    Parses constexpr (in the manner of const) and decltype (in the manner of
    __typeof).  Adds flags for them and also for other already parsed items
    (mutual, auto).
    
    Signed-off-by: John Bowler <jbowler@acm.org>
    jbowler committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    cffa3f0 View commit details
    Browse the repository at this point in the history
  2. Implement 'expandtabs'

    Add .vimrc to ensure that expandtabs is always done.
    
    Signed-off-by: John Bowler <jbowler@acm.org>
    jbowler committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    06f5b28 View commit details
    Browse the repository at this point in the history
  3. Remove new friend and auto flags from codemodel.h

    Signed-off-by: John Bowler <jbowler@acm.org>
    jbowler committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2c2fa34 View commit details
    Browse the repository at this point in the history
  4. Remove UNUSED cvString from generator/parser

    Signed-off-by: John Bowler <jbowler@acm.org>
    jbowler committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    9d81756 View commit details
    Browse the repository at this point in the history
  5. Removed constexpr check in isSimilar

    For function definitions.
    
    Signed-off-by: John Bowler <jbowler@acm.org>
    jbowler committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    499a26f View commit details
    Browse the repository at this point in the history