Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C CodeChecker
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • IU7-Projects
  • CodeChecker
  • Merge requests
  • !25

codechecker: doesn't expect enum types to be lower

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Romanov Alexey requested to merge mRrvz/CodeChecker:mrrvz/enum-islower-fix into master Jan 05, 2022
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 5

When parsing enum body, parser was expected that
there would be L_IDENTIFIER with rule, which
assumes that the token should be in lower case.

This patch added separate rule for macroses in
enum body, with rule Register=upper.

Closes #25 (closed).
Signed-off: Alexey Romanov romanov.alexey2000@gmail.com

Edited Jan 05, 2022 by Romanov Alexey
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mrrvz/enum-islower-fix