We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad8e01 commit 8564cd6Copy full SHA for 8564cd6
.github/workflows/documentation.yaml
@@ -73,7 +73,7 @@ jobs:
73
74
cp $file $input
75
perl -i -p0e 's/(^define.*?$).*?^}/$1\nstart:\n unreachable\n}/gms' $input
76
- perl -i -p0e 's/(^define( [^ ]+)*) range\(.*?\)/$1/gm' $input
+ perl -i -p0e 's/(^define( [^ \n]+)*) range\(.*?\)/$1/gm' $input
77
78
clang-18 $input -Wno-override-module -c -o coverage-output/$(basename $input .ll).o
79
done
0 commit comments