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 was using checked and nt_checked when printing the names of types. It should use _Checked and _Nt_checked, which are the actual keywords. This addresses issue #393
Testing:
Automated testing in progress/
The text was updated successfully, but these errors were encountered:
This issue was copied from checkedc/checkedc-clang#400
The compiler was using
checked
andnt_checked
when printing the names of types. It should use_Checked
and_Nt_checked
, which are the actual keywords. This addresses issue #393Testing:
The text was updated successfully, but these errors were encountered: