Lines Matching full:xcode
9 print "set-xcode-analyzer requires Python 2.7 or later"
33 # versions of Xcode set EXEC_PATH to be CLANG_ANALYZER_EXEC.
68 parser.add_option("--use-xcode-clang", action="store_const",
70 help="Use the Clang bundled with Xcode")
75 # determine if Xcode is running
77 if x.localizedName().find("Xcode") >= 0:
78 print "(-) You must quit Xcode first before modifying its configuration files."
91 print "(+) Using the Clang bundled with Xcode"
96 xcode_path = subprocess.check_output(["xcode-select", "-print-path"])
102 # of the Xcode.app subtree.
111 print "(-) No compiler configuration file was found. Xcode's analyzer has not been updated."