Introduce suppression option to UndefinedBehaviorSanitizer for external sources.
modified .github/workflows/build.yaml
@@ -33,8 +33,7 @@ jobs:
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -137,6 +136,7 @@ jobs:
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -155,11 +155,13 @@ jobs:
|
|
|
|
|
|
| + | |
|
|
|
|
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified Makefile.autosetup
@@ -21,8 +21,11 @@ check: all
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
added UndefinedBehaviour.suppress
@@ -0,0 +1,14 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|