Skip to content

Commit adaa395

Browse files
committed
Update analyzer modes.
1 parent 1ccd7a5 commit adaa395

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Frameworks/PostgresKit/PostgresKit.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@
642642
isa = XCBuildConfiguration;
643643
buildSettings = {
644644
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
645+
CLANG_STATIC_ANALYZER_MODE = deep;
645646
GCC_C_LANGUAGE_STANDARD = gnu99;
646647
GCC_PRECOMPILE_PREFIX_HEADER = YES;
647648
GCC_PREFIX_HEADER = "Source/PostgresKit-Prefix.pch";
@@ -804,6 +805,7 @@
804805
isa = XCBuildConfiguration;
805806
buildSettings = {
806807
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
808+
CLANG_STATIC_ANALYZER_MODE = deep;
807809
GCC_C_LANGUAGE_STANDARD = gnu99;
808810
GCC_OPTIMIZATION_LEVEL = 0;
809811
GCC_PRECOMPILE_PREFIX_HEADER = YES;
@@ -824,6 +826,7 @@
824826
isa = XCBuildConfiguration;
825827
buildSettings = {
826828
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
829+
CLANG_STATIC_ANALYZER_MODE = deep;
827830
GCC_C_LANGUAGE_STANDARD = gnu99;
828831
GCC_PRECOMPILE_PREFIX_HEADER = YES;
829832
GCC_PREFIX_HEADER = "Source/PostgresKit-Prefix.pch";

Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@
438438
buildSettings = {
439439
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
440440
CLANG_LINK_OBJC_RUNTIME = NO;
441+
CLANG_STATIC_ANALYZER_MODE = deep;
441442
CLANG_WARN_BOOL_CONVERSION = YES;
442443
CLANG_WARN_CONSTANT_CONVERSION = YES;
443444
CLANG_WARN_EMPTY_BODY = YES;
@@ -679,6 +680,7 @@
679680
buildSettings = {
680681
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
681682
CLANG_LINK_OBJC_RUNTIME = NO;
683+
CLANG_STATIC_ANALYZER_MODE = deep;
682684
CLANG_WARN_BOOL_CONVERSION = YES;
683685
CLANG_WARN_CONSTANT_CONVERSION = YES;
684686
CLANG_WARN_EMPTY_BODY = YES;
@@ -710,6 +712,7 @@
710712
buildSettings = {
711713
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
712714
CLANG_LINK_OBJC_RUNTIME = NO;
715+
CLANG_STATIC_ANALYZER_MODE = deep;
713716
CLANG_WARN_BOOL_CONVERSION = YES;
714717
CLANG_WARN_CONSTANT_CONVERSION = YES;
715718
CLANG_WARN_EMPTY_BODY = YES;

0 commit comments

Comments
 (0)