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 tests for _Where clauses need to be segregated into:
a) Tests for language conformance, for example, tests that check that a compiler implements the language extension properly. These should reside in the checkedc repository.
b) Tests that are specific to the compiler implementation. These should reside in the checkedc-clang repository.
Another minor point:
Two Where clause related error messages in the file DiagnosticSemaKinds.td are outside the group of error messages whose CategoryName is Checked C.
The text was updated successfully, but these errors were encountered:
This issue was copied from checkedc/checkedc-clang#1167
The tests for
_Where
clauses need to be segregated into:a) Tests for language conformance, for example, tests that check that a compiler implements the language extension properly. These should reside in the
checkedc
repository.b) Tests that are specific to the compiler implementation. These should reside in the
checkedc-clang
repository.Another minor point:
Two
Where
clause related error messages in the fileDiagnosticSemaKinds.td
are outside the group of error messages whoseCategoryName
isChecked C
.The text was updated successfully, but these errors were encountered: