aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Checks.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2017-02-08 15:54:10 +0100
committerBernhard Schommer <bschommer@users.noreply.github.com>2017-02-17 14:09:56 +0100
commitf066675dc9ead0ef88e27c139c046906f2fcdaeb (patch)
treecaefc9ed60b4358ec2e78ec650cfee41ad14b05c /cparser/Checks.mli
parent02ce352d5f402e43afde51337444b6cd13f06d7e (diff)
downloadcompcert-kvx-f066675dc9ead0ef88e27c139c046906f2fcdaeb.tar.gz
compcert-kvx-f066675dc9ead0ef88e27c139c046906f2fcdaeb.zip
Checks can be applied add several places.
There should not be a single check place, since for example unknonw attributes should be check after elaboration and other simplifications.
Diffstat (limited to 'cparser/Checks.mli')
-rw-r--r--cparser/Checks.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/Checks.mli b/cparser/Checks.mli
index 34185542..1566d6e4 100644
--- a/cparser/Checks.mli
+++ b/cparser/Checks.mli
@@ -13,4 +13,4 @@
(* *)
(* *********************************************************************)
-val program: C.program -> unit
+val unknown_attrs_program: C.program -> unit