Merge pull request #77936 from xedin/revert-void-favoring

Revert changes related to `Void` binding favoring
This commit is contained in:
Pavel Yaskevich
2024-12-04 10:24:20 -08:00
committed by GitHub
3 changed files with 4 additions and 26 deletions

View File

@@ -482,10 +482,6 @@ public:
/// Determine whether this type variable represents a subscript result type.
bool isSubscriptResultType() const;
/// Determine whether this type variable represents a result type of an
/// application i.e. a call, an operator, or a subscript.
bool isApplicationResultType() const;
/// Determine whether this type variable represents an opened
/// type parameter pack.
bool isParameterPack() const;