[clang] [clang] Fix filler handling for new expression with unspecified bound. (PR #182203)
Oliver Hunt via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 22 18:00:48 PST 2026
================
@@ -160,6 +160,10 @@ class alignas(8) InitializedEntity {
/// Whether the entity being initialized may end up using the
/// named return value optimization (NRVO).
bool NRVO;
+
----------------
ojhunt wrote:
I feel like this should be renamed (as well as the variables of course), but doing that in this PR would make it needlessly noisy. Maybe a followup?
https://github.com/llvm/llvm-project/pull/182203
More information about the cfe-commits
mailing list