Rename "Value expressions and place expressions" section to "Expression categories" #972
Labels
A-expressions
Area: Expressions
Language Cleanup
Improvements to existing language which is correct but not clear, or missing examples, or the like.
C++ calls them value categories. Since we call one "value expression", I'd like to avoid that term and instead call them a category of some kind. Since the distinction is about what kind of thing the expression evaluates to, I figured "evaluation category" would be the best term.
Having this term would also let me say parenthesized expressions are of the same evaluation category as their enclosed operand.
The text was updated successfully, but these errors were encountered: