[Ada] Move SPARK borrow-checker to gnat2why codebase
Unit sem_spark was implementing the borrow-checker for the support of ownership pointers in SPARK. It has been moved to gnat2why codebase to facilitate its evolution and allow the more powerful flow analysis to provide its results for better analysis on pointers. 2019-09-19 Yannick Moy <moy@adacore.com> gcc/ada/ * gcc-interface/Make-lang.in: Remove references to sem_spark. * sem_spark.adb, sem_spark.ads: Remove unit. From-SVN: r275944
Showing
gcc/ada/sem_spark.adb
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
gcc/ada/sem_spark.ads
deleted
100644 → 0
Please
register
or
sign in
to comment