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
The compiler runs into an infinite loop and emits a lot of these error messages:
a.c:4:44: error: where clause on invalid decl
a.c:4:44: error: where clause on invalid decl
a.c:4:44: error: where clause on invalid decl
a.c:4:44: error: where clause on invalid decl
a.c:4:44: error: where clause on invalid decl
a.c:4:44: error: where clause on invalid decl
a.c:4:44: error: where clause on invalid decl
a.c:4:44: error: where clause on invalid decl
a.c:4:44: error: where clause on invalid decl
a.c:4:44: error: where clause on invalid decl
a.c:4:44: error: where clause on invalid decl
...
The text was updated successfully, but these errors were encountered:
This issue was copied from checkedc/checkedc-clang#1096
If we have code like this:
The compiler emits an error:
However, if a where clause is attached to this invalid decl:
The compiler runs into an infinite loop and emits a lot of these error messages:
The text was updated successfully, but these errors were encountered: