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
  • Merge requests
  • !3408

i#3407: Work around clang-format parsing errors

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i3407-format-error into master Mar 01, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 3

Changes get_ibl_routine_name() to avoid using IF_X86_64() for braces and an extra dimension in a static array, which was causing clang-format to fail to parse the file and incorrectly indent several hundred subsequent lines.

Fixes indentation errors after #endif in instr.h and nudge.c.

Fixes #3407 (closed) Fixes #3158 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i3407-format-error