Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • 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
  • Bill Hoffman
  • CMake
  • Repository
Switch branch/tag
  • cmake
  • Source
  • cmState.cxx
Find file BlameHistoryPermalink
  • Brad King's avatar
    cmState: Avoid accumulating policy stack storage for short-lived scopes · f21dc4a8
    Brad King authored Nov 24, 2015
    We enforce policy push/pop balance around any scope that pushes/pops a
    snapshot.  Therefore a snapshot may never reference entries of
    PolicyStack that were created in nested scopes.  Free storage of
    short-lived policy stack entries when they are popped.
    f21dc4a8