Actions
Feature #10927
closedDo not generate missed function declarations
Start date:
09/03/2021
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
CIF outputs ugly function declarations that can break subsequent verification steps in Klever and whatever when there are no explicit function declarations. Though, sometimes one can build sources with special options that will cause compiler failures, it is not a guaranteed behavior, so, it will be better to avoid generation of additional and invalid function declarations.
Updated by Evgeny Novikov about 3 years ago
- Status changed from New to Closed
I did it in 16f2f37 to master. Tests on x86_64 passed.
Actions