Skip to content
Snippets Groups Projects
Unverified Commit cdbd5c66 authored by Andreas Klöckner's avatar Andreas Klöckner Committed by GitHub
Browse files

Merge pull request #14 from thisiscam/master

match flow.h inconsistent use of __isl_export
parents acb34684 13fdf6ed
Branches
Tags
No related merge requests found
Pipeline #
...@@ -542,6 +542,7 @@ FUNC_PTR_RE = re.compile(r""" ...@@ -542,6 +542,7 @@ FUNC_PTR_RE = re.compile(r"""
STRUCT_DECL_RE = re.compile( STRUCT_DECL_RE = re.compile(
r"(__isl_export\s+)?" r"(__isl_export\s+)?"
"struct\s+" "struct\s+"
"(__isl_export\s+)?"
"(__isl_subclass\([a-z_ ]+\)\s+)?" "(__isl_subclass\([a-z_ ]+\)\s+)?"
"([a-z_A-Z0-9]+)\s*;") "([a-z_A-Z0-9]+)\s*;")
ARG_RE = re.compile(r"^((?:\w+)\s+)+(\**)\s*(\w+)$") ARG_RE = re.compile(r"^((?:\w+)\s+)+(\**)\s*(\w+)$")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment