Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Issues
  • #5496
Closed
Open
Issue created May 16, 2022 by Derek Bruening@derekbrueningContributor

Add lint rule to catch use of #else/#elif in _api.h headers which blocks content from doxygen output

We have API.doxy defining all of our OS and arch defines in its PREDEFINED and are supposed to avoid #else or #elif in _api.h headers we get all content for all platforms in our docs.

I see at least one comment about this:

core/ir/instr_api.h:/* We resist using #elif here because otherwise doxygen will be unable to

But it looks like there are a bunch of instances of elses in other headers. We should add some kind of lint rule to help us here.

Assignee
Assign to
Time tracking