1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Use clang for static code analysis during lint testing.

Nothing found except for some functions that should have been marked __noreturn__.
This commit is contained in:
David Steele
2018-03-18 13:32:19 -04:00
parent f0451c1494
commit 0c313713b1
9 changed files with 29 additions and 13 deletions
@@ -359,6 +359,10 @@ sub containerBuild
{
$strScript .= ' libperl5.14';
}
elsif ($strOS eq VM_U16)
{
$strScript .= ' clang-5.0';
}
}
#---------------------------------------------------------------------------------------------------------------------------