Lines Matching full:clang
24 if f.endswith(".xcspec") and f.startswith("Clang LLVM"):
67 help="Use the Clang located at the provided absolute path, e.g. /Users/foo/checker-1")
68 parser.add_option("--use-xcode-clang", action="store_const",
69 const="$(CLANG)", dest="default",
70 help="Use the Clang bundled with Xcode")
73 parser.error("You must specify a version of Clang to use for static analysis. Specify '-h' for details")
85 if not path.endswith("clang"):
86 print "(+) Using Clang bundled with checker build:", path
87 path = os.path.join(path, "bin", "clang");
89 print "(+) Using Clang located at:", path
91 print "(+) Using the Clang bundled with Xcode"