diff --git a/Makefile.in b/Makefile.in index 8241ac805..b40df30cc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -25,7 +25,7 @@ ifeq (@BUILD_JAVA_ANALYZERS@,yes) TARGETS_TO_TEST += java endif ifneq (@XCODE_SELECT@,no) -TARGETS_TO_TEST += objc +TARGETS_TO_TEST += objc objcpp endif TARGETS_TO_TEST := $(shell echo $(TARGETS_TO_TEST)) diff --git a/infer/tests/codetoanalyze/objcpp/frontend/funcoverloading/af_test.dot b/infer/tests/codetoanalyze/objcpp/frontend/funcoverloading/af_test.dot index 805bf9a1f..6eb1b4f6b 100644 --- a/infer/tests/codetoanalyze/objcpp/frontend/funcoverloading/af_test.dot +++ b/infer/tests/codetoanalyze/objcpp/frontend/funcoverloading/af_test.dot @@ -17,7 +17,7 @@ digraph iCFG { 2 [label="2: Exit POPSelectValueType \n " color=yellow style=filled] -1 [label="1: Start POPSelectValueType\nFormals: obj:struct objc_object *\nLocals: \n DECLARE_LOCALS(&return); [line 12]\n NULLIFY(&obj,false); [line 12]\n " color=yellow style=filled] +1 [label="1: Start POPSelectValueType\nFormals: obj:struct objc_object *\nLocals: \n DECLARE_LOCALS(&return); [line 12]\n " color=yellow style=filled] 1 -> 3 ;