Skip to content

llvm-morello-csa-13.0.d20231117

Compare
Choose a tag to compare
@eupharina eupharina released this 19 Nov 16:48
· 1 commit to morello-csa since this release
[CHERI_CSA] ProvenanceSource: suppress with -Wno-cheri-provenance

If [-Wcheri-provenance] compiler warning is disabled, do not emit
ambiguous provenance warning for cases when the default choice of
LHS as a source of provenance will probably be fine.

Binary operations with provenance-carrying RHS are reported anyway,
as this may indicate a real bug.