|
|
|
|
|
by pjmlp
67 days ago
|
|
At least you can grep for unsafe/system/unchecked in several alternative systems languages. For C and C++, we have to hope the static analysis tool actually found all possible spots. Despite the way it is going on as a drama between WG21 and community, C++ might eventually get Ada style profiles in C++29, lets see how it plays out. Then you also would have something to grep for, [[profile:...]] C? Same business as usual. |
|
The easiest way to see this is to note that ‘unsafe’ itself doesn’t have any semantics, so it can’t possibly allow anything to be proved that couldn’t have been proved otherwise.