[Eva] Adds a priority order between the abstract domains registered in Eva.
Domains are built by increasing order of priority, so domains with higher priority are added at the top of the domains tree, and thus are processed first during the analysis. This ensures that the cvalue domain (and other optimized domains) are always called first in the engine.
Showing
- src/plugins/value/domains/apron/apron_domain.ml 1 addition, 1 deletionsrc/plugins/value/domains/apron/apron_domain.ml
- src/plugins/value/domains/numerors/numerors_domain.ml 1 addition, 0 deletionssrc/plugins/value/domains/numerors/numerors_domain.ml
- src/plugins/value/engine/abstractions.ml 27 additions, 12 deletionssrc/plugins/value/engine/abstractions.ml
- src/plugins/value/engine/abstractions.mli 6 additions, 1 deletionsrc/plugins/value/engine/abstractions.mli
Loading
Please register or sign in to comment