Skip to content

Conversation

fw-immunant
Copy link
Contributor

Split out of #1266 to keep it smaller, mostly intended to facilitate future development.

to facilitate development. also silence cmake version warning and change the C++ std to 17 as 14 does not support features like <optional>, which upsets clangd
'reason' isn't supported in our nightly but putting the reason on the same line as the allow makes the intent more obvious
this function just constructs an expression, and is confusingly named very similarly to compute_size_of_type
@fw-immunant fw-immunant requested a review from kkysen July 5, 2025 22:29
@fw-immunant
Copy link
Contributor Author

No semantic changes, and tests pass modulo the known Curl issue (#1245).

@fw-immunant fw-immunant merged commit e56acbc into master Jul 5, 2025
2 of 3 checks passed
}

// None assignments don't prove enough type information unless there are follow-up assignments
// None assignments don't provide enough type information unless there are follow-up assignments
Copy link
Contributor

@kkysen kkysen Jul 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// None assignments don't provide enough type information unless there are follow-up assignments
// `None` assignments don't provide enough type information unless there are follow-up assignments

nit: A bit clearer since None could read as an English word, too.

@fw-immunant fw-immunant deleted the fw/driveby-cleanups branch July 17, 2025 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants