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 behavior is the compiler outputs wrong_where_place1.c:1:43: error: where clause on invalid decl forever.
The expected should be one error message and exit.
I did the basic debug. The error message is defined at line 1575 of DiagnosticParserKinds.td and is thrown at line 1937 ParseWhereClauseOnDecl of ParserDecl.cpp.
The text was updated successfully, but these errors were encountered:
This issue was copied from checkedc/checkedc-clang#1144
The test is running on the latest master 373b5dc.
The file content of
wrong_where_place1.c
isThe command is
clang -cc1 wrong_where_place1.c
The behavior is the compiler outputs
wrong_where_place1.c:1:43: error: where clause on invalid decl
forever.The expected should be one error message and exit.
I did the basic debug. The error message is defined at line 1575 of
DiagnosticParserKinds.td
and is thrown at line 1937ParseWhereClauseOnDecl
ofParserDecl.cpp
.The text was updated successfully, but these errors were encountered: