Landing: ec6ac8c35d1f

Project / Subsystem

gcc / json

Date

2026-02-24

Author

David Malcolm

Commit

ec6ac8c35d1faec6128bdeb44d107d4121771c1e

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
json
patch_id
commit_hash
ec6ac8c35d1faec6128bdeb44d107d4121771c1e
source_type
github
headline
Json: Move pp_markup::quoted_json_pointer to its own header
tldr
Relocates pp_markup::quoted_json_pointer to its own header file for better code organization.
author
David Malcolm
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • json
  • refactoring
discussion_id_link
bugzilla_pr
date
2026-02-24T00:00:00.000Z

This commit improves code organization by moving pp_markup::quoted_json_pointer to its own header file, pretty-print-markup-json.h. This change promotes modularity and separation of concerns within the JSON handling component, with minimal functional impact.