You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Clang][Sema] Fix type of enumerators in incomplete enumerations
Enumerators dont have the type of their enumeration before the
closing brace. In these cases Expr::getEnumCoercedType()
incorrectly returned the enumeration type.
Introduced in PR llvm#81418
0 commit comments