Skip to content

Improve -dtag-inference-checks checks.

Andreas Klebinger requested to merge wip/andreask/tag_checks into master

Don't perform debug tag checks on function closures.

Tag inference doesn't depend on these being tagged, and evaluating them doesn't tag them either so there is no point.

Merge request reports