https://github.com/davidstone created
https://github.com/llvm/llvm-project/pull/172529
None
>From 34fdb92ec425776892a78ec8ca2d49070ea397d2 Mon Sep 17 00:00:00 2001
From: David Stone
Date: Mon, 15 Dec 2025 15:22:47 -0700
Subject: [PATCH] [clang][NFC] Make `CFGStmtMap` `const`-correct
---
clan
https://github.com/davidstone created
https://github.com/llvm/llvm-project/pull/172530
`CFGStmtMap::Build` accepts pointers and returns a pointer to dynamically
allocated memory. In the one location where the type is actually constructed,
the pointers are guaranteed to be non-null. By acceptin