@ -6,7 +6,6 @@
# of patent rights can be found in the PATENTS file in the same directory.
# of patent rights can be found in the PATENTS file in the same directory.
TESTS_DIR = ../../..
TESTS_DIR = ../../..
i n c l u d e $( TESTS_DIR ) / c l a n g . m a k e
IPHONESIMULATOR_ISYSROOT_SUFFIX = /Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk
IPHONESIMULATOR_ISYSROOT_SUFFIX = /Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk
@ -19,6 +18,7 @@ CLANG_OPTIONS = -x objective-c \
CLEAN_EXTRA = infer-out-arc infer-out-all
CLEAN_EXTRA = infer-out-arc infer-out-all
INFER_OPTIONS = --cxx --check-duplicate-symbols --no-filtering --debug-exceptions
INFER_OPTIONS = --cxx --check-duplicate-symbols --no-filtering --debug-exceptions
INFERPRINT_OPTIONS = --issues-tests
SOURCES_DEFAULT = \
SOURCES_DEFAULT = \
field_superclass/B.m \
field_superclass/B.m \
@ -96,6 +96,8 @@ SOURCES_ARC = \
subtyping/KindOfClassExample.m \
subtyping/KindOfClassExample.m \
variadic_methods/premature_nil_termination.m \
variadic_methods/premature_nil_termination.m \
i n c l u d e $( TESTS_DIR ) / c l a n g . m a k e
OBJECTS_ARC = $( foreach source,$( SOURCES_ARC) ,$( basename $( source ) ) .o)
OBJECTS_ARC = $( foreach source,$( SOURCES_ARC) ,$( basename $( source ) ) .o)
OBJECTS_BUCKET_ALL = $( foreach source,$( SOURCES_BUCKET_ALL) ,$( basename $( source ) ) .o)
OBJECTS_BUCKET_ALL = $( foreach source,$( SOURCES_BUCKET_ALL) ,$( basename $( source ) ) .o)
OBJECTS_DEFAULT = $( foreach source,$( SOURCES_DEFAULT) ,$( basename $( source ) ) .o)
OBJECTS_DEFAULT = $( foreach source,$( SOURCES_DEFAULT) ,$( basename $( source ) ) .o)