aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cutil.mli
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Cutil.mli')
-rw-r--r--cparser/Cutil.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/cparser/Cutil.mli b/cparser/Cutil.mli
index 491551a4..56b09e1d 100644
--- a/cparser/Cutil.mli
+++ b/cparser/Cutil.mli
@@ -57,6 +57,8 @@ val erase_attributes_type : Env.t -> typ -> typ
(* Erase the attributes of the given type. *)
val change_attributes_type : Env.t -> (attributes -> attributes) -> typ -> typ
(* Apply the given function to the top-level attributes of the given type *)
+val has_std_alignas : attributes -> bool
+ (* Do the attributes contain the C11 _Alignas *)
type attribute_class =
| Attr_name (* Attribute applies to the names being declared *)